mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 08:15:32 -04:00
revert RenderString addition in 7001394614
This commit is contained in:
@@ -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>
|
||||
|
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
{{ .Content | .Page.RenderString }}
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user