~bkhl/elektrubadur.se

0202b4e71cf8d7f6bb93df342e538c82ddbb7cfd — Björn Lindström 1 year, 3 months ago ddf465b
Add title to article links
1 files changed, 1 insertions(+), 1 deletions(-)

M layouts/partials/article_list.html
M layouts/partials/article_list.html => layouts/partials/article_list.html +1 -1
@@ 1,7 1,7 @@
{{ range .Paginator.Pages }}
<article>
  <header>
    <h2><a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a></h2>
    <h2><a href="{{ .Page.Permalink }}" title="{{ .Page.Title }}">{{ .Page.Title }}</a></h2>
    <a href="{{ .Page.Permalink }}">
      {{ partial "featured_image" (dict "Page" .Page "Context" "list") }}
    </a>