fix katex, 1 new shortcode, various fixes

This commit is contained in:
loikein 2023-04-14 19:21:10 +01:00
commit e6d583a987
9 changed files with 90 additions and 46 deletions
layouts/shortcodes

View file

@ -2,5 +2,5 @@
<p>
{{ .Inner | markdownify }}
</p>
<footer>{{ .Get "footer" }}</footer>
</blockquote>
<footer>{{ .Get "footer" }}{{ with .Get "cite" }}, <cite>{{ . }}</cite>{{ end }}</footer>
</blockquote>