diff options
Diffstat (limited to 'backend')
| -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 bf555f0..dff4626 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -48,7 +48,7 @@ <article class="article__list"> {{ $first := firstData .Data }} <article> - <h3>{{ $first.DataTitle }}</h3> + <h3><a href="/{{ .URI }}/{{ $first.Slug }}">{{ $first.DataTitle }}</a></h3> <figure> <a href="/{{ .URI }}/{{ $first.Slug }}"><img src="{{ static $first.Img.Src }}" alt="{{ $first.Img.Alt }}" /></a> <figcaption>{{ $first.Img.Legend }}</figcaption> |
