1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-23 10:34:25 -04:00

revert RenderString addition in 7001394614

This commit is contained in:
2019-12-28 10:56:52 -05:00
parent d96028dbb5
commit f4b4a2d88a
4 changed files with 4 additions and 4 deletions

View File

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