Add furigana support

This commit is contained in:
Elnu 2022-06-10 20:17:56 -07:00
parent b6d8801727
commit 8165163089
3 changed files with 4 additions and 3 deletions

View file

@ -12,6 +12,6 @@
{{ partial "metadata.html" . }}
</header>
<br>
{{ .Content }}
{{ partial "content.html" .Content }}
</article>
{{ end }}