Fix furigana titles on index page

main
Elnu 2 years ago
parent f68baa1539
commit ec7a83e1b0

@ -8,7 +8,7 @@
{{ range .Paginator.Pages }}
<article>
<header>
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
<h2><a href="{{ .RelPermalink }}">{{ partial "content.html" .Title }}</a></h2>
{{ partial "metadata.html" . }}
</header>
<br>