Add support for furigana in titles
This commit is contained in:
parent
dd2de6b9a9
commit
f68baa1539
3 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
{{ end }}
|
||||
<article>
|
||||
<header>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>{{ partial "content.html" .Title }}</h1>
|
||||
{{ partial "metadata.html" . }}
|
||||
</header>
|
||||
<br>
|
||||
|
|
Reference in a new issue