add feed image to rss
This commit is contained in:
parent
fa0806797b
commit
19d512ab92
@ -3,7 +3,7 @@ title: "Change, Technology, and Society"
|
|||||||
date: 2021-05-19T07:17:45+01:00
|
date: 2021-05-19T07:17:45+01:00
|
||||||
tags: ["society", "change", "ludditism", "lunduke", "internet", "consistency bias"]
|
tags: ["society", "change", "ludditism", "lunduke", "internet", "consistency bias"]
|
||||||
topics: ["philosophy", "sociology", "technology"]
|
topics: ["philosophy", "sociology", "technology"]
|
||||||
image: /img/Narcissus-myth.jpg
|
image: /img/narcissus-myth.jpg
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
<channel>
|
<channel>
|
||||||
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
|
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
|
||||||
<link>{{ .Permalink }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
|
<image>{{ .Permalink }}img/avatar.png</image>
|
||||||
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
|
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
|
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
|
||||||
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
|
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
|
||||||
|
Loading…
Reference in New Issue
Block a user