Skip to content

Commit a17d408

Browse files
committed
Update title and description lines
Title and Description are set to Updates from the Medley Interlisp Project.
1 parent 096ac7b commit a17d408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/_default/rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3737
<channel>
38-
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
38+
<title>Updates from the Medley Interlisp Project</title>
3939
<link>{{ .Permalink }}</link>
40-
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
40+
<description>Updates from the Medley Interlisp Project</description>
4141
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
4242
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
4343
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}

0 commit comments

Comments
 (0)