Fix RSS feed name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2023-11-26 21:04:23 -05:00
parent 77e11bc340
commit 630ef8006d
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<title>Tyler's Posts</title>
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<description>Silly little posts I make for no one in particular</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}