mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 10:26:38 -04:00
revert RenderString addition in 7001394614
This commit is contained in:
@ -88,7 +88,7 @@ disableAliases = true
|
|||||||
defaultMarkdownHandler = "goldmark"
|
defaultMarkdownHandler = "goldmark"
|
||||||
[markup.goldmark]
|
[markup.goldmark]
|
||||||
[markup.goldmark.extensions]
|
[markup.goldmark.extensions]
|
||||||
linkify = true
|
linkify = false
|
||||||
strikethrough = true
|
strikethrough = true
|
||||||
typographer = true
|
typographer = true
|
||||||
[markup.goldmark.parser]
|
[markup.goldmark.parser]
|
||||||
|
@ -196,7 +196,7 @@
|
|||||||
on <a class="date" href="{{ (.OutputFormats.Get "html").Permalink }}">{{ .Date.Format "January 2, 2006" }}</a>
|
on <a class="date" href="{{ (.OutputFormats.Get "html").Permalink }}">{{ .Date.Format "January 2, 2006" }}</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{{ .Content | .Page.RenderString }}
|
{{ .Content }}
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
{{ .Content | .Page.RenderString }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
{{ with .Site.Author.email }}<author>{{ . }}{{ with $.Site.Author.name }} ({{ . }}){{ end }}</author>{{ end }}
|
{{ with .Site.Author.email }}<author>{{ . }}{{ with $.Site.Author.name }} ({{ . }}){{ end }}</author>{{ end }}
|
||||||
<guid>{{ .Permalink }}</guid>
|
<guid>{{ .Permalink }}</guid>
|
||||||
<description>
|
<description>
|
||||||
{{ .Content | .Page.RenderString | html }}
|
{{ .Content | html }}
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user