1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-12-03 04:18:57 -05:00

go back to outlining inline code (single backticks) with light border

and make it possible to use code in post/page titles
This commit is contained in:
2020-06-30 09:37:03 -04:00
parent b6cbb737c9
commit 3cadddc799
9 changed files with 339 additions and 326 deletions

View File

@@ -13,4 +13,4 @@
{{ if .Get "link" }}</a>{{ end }}
</p>
{{- with .Inner }}<p class="caption">{{ . | $.Page.RenderString | safeHTML }}</p>{{ end -}}
{{ with .Inner }}<p class="caption">{{ . | $.Page.RenderString | safeHTML }}</p>{{ end }}