1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 08:35:31 -04:00

shortcode lookup being weird -- explicitly calling RenderString seems to help?

This commit is contained in:
2019-12-23 12:54:47 -06:00
parent a7b9f897f8
commit 7001394614
10 changed files with 3 additions and 3 deletions

View File

@@ -196,7 +196,7 @@
on <a class="date" href="{{ (.OutputFormats.Get "html").Permalink }}">{{ .Date.Format "January 2, 2006" }}</a>
</p>
{{ .Content }}
{{ .Page.RenderString .Content }}
</article>
<footer>

View File

@@ -15,7 +15,7 @@
</div>
</div>
<div id="content">
{{ .Content }}
{{ .Page.RenderString .Content }}
</div>
</article>
</main>