tweaks to the rss feed again
This commit is contained in:
parent
1f82b46634
commit
ffec57116a
@ -24,7 +24,7 @@ enableGitInfo = true
|
|||||||
custom_js = ["js/math-code.js"]
|
custom_js = ["js/math-code.js"]
|
||||||
dateFormat = "02 Jan 2006, 15:04"
|
dateFormat = "02 Jan 2006, 15:04"
|
||||||
goatcounterAnalytics = "gmgauthier"
|
goatcounterAnalytics = "gmgauthier"
|
||||||
#disqus = "gmgauthier-1" //enabling this will add disqus to the bottom of all my posts automatically.
|
# disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically.
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
|
@ -3,6 +3,7 @@ title: "The Four Causes"
|
|||||||
date: 2020-02-27T23:20:28Z
|
date: 2020-02-27T23:20:28Z
|
||||||
series: "Aristotle 101"
|
series: "Aristotle 101"
|
||||||
image: https://gmgauthier.us-east-1.linodeobjects.com/podcast/img/1295493-1582845588348-450f41e79954b.jpg
|
image: https://gmgauthier.us-east-1.linodeobjects.com/podcast/img/1295493-1582845588348-450f41e79954b.jpg
|
||||||
|
enclosure: podcast_2020-02-27_8cec687245f86d0ab10bbe975c356f09.m4a
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
<description>
|
<description>
|
||||||
{{`<![CDATA[ ` | safeHTML }}
|
{{`<![CDATA[ ` | safeHTML }}
|
||||||
{{ if isset .Params "image" }}<p><img src="https://gmgauthier.com{{ with .Params.image }}{{.}}{{ end }}"/></p>{{end}}
|
{{ if isset .Params "image" }}<p><img src="{{ with .Params.image }}{{.}}{{ end }}" width="600" height="338" /></p>{{end}}
|
||||||
{{ .Summary | safeHTML }}
|
{{ .Summary | safeHTML }}
|
||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user