Add support for furigana in titles

This commit is contained in:
Elnu 2022-06-25 23:36:38 -07:00
parent dd2de6b9a9
commit f68baa1539
3 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@
{{ end }}
<article>
<header>
<h1>{{ .Title }}</h1>
<h1>{{ partial "content.html" .Title }}</h1>
{{ partial "metadata.html" . }}
</header>
<br>