diff options
Diffstat (limited to 'backend/templates/components.html')
| -rw-r--r-- | backend/templates/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/components.html b/backend/templates/components.html index 2758a8b..2b43579 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -2,7 +2,7 @@ <article> {{ range .Logs }} <article> - <h2><a href="/logs/{{ .Slug }}">{{ .Title }}</a></h2> + <h2><a href="/logs/{{ .Slug }}">{{ .LogTitle }}</a></h2> <figure> <a href="/logs/{{ .Slug }}"><img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}"></a> <figcaption>{{ .Img.Legend }}</figcaption> |
