Specify markdownify or plainify for .Title references

This commit is contained in:
2021-11-20 19:05:56 -06:00
parent 919ecde4ac
commit a01a70fc91
7 changed files with 12 additions and 12 deletions

View File

@ -75,7 +75,7 @@
← {{ i18n "newer_post" }}
</div>
<div class="prev-post">
{{ .Title }}
{{ .Title | markdownify }}
</div>
</a>
{{ else }}
@ -88,7 +88,7 @@
{{ i18n "older_post" }} &rarr;
</div>
<div class="next-post">
{{ .Title }}
{{ .Title | markdownify }}
</div>
</a>
{{ else }}