basic changes to make pages work with new blowfish

This commit is contained in:
Chris Cochrun 2023-01-04 14:02:33 -06:00
parent 25cbd27d42
commit 414ba2f2ca
5 changed files with 5 additions and 5 deletions

View file

@ -20,5 +20,5 @@
<section>{{ .Content | emojify }}</section>
</article>
<section>
{{ partial "recent-articles.html" . }}
{{ partial "recent-articles/main.html" . }}
</section>