1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00

Fix feed subtitles and descriptions

This commit is contained in:
Rohan Kumar 2022-06-01 09:59:52 -07:00
parent 6f2b2d5fff
commit b557bb9474
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
---
template: "notes.html"
description: "All the notes on Seirdy's Home"
description: "All the microblogs (\"notes\") on Seirdy's Home"
title: "Notes"
sitemap:
ChangeFreq: daily

View file

@ -1,6 +1,6 @@
---
template: "posts.html"
description: "All the posts on Seirdy's Home"
description: "All the long-form posts on Seirdy's Home"
title: "Posts"
sitemap:
ChangeFreq: weekly

View file

@ -7,7 +7,7 @@
<title>{{ .Section | humanize}} on {{ .Site.Title }}</title>
<link rel="self" type="application/atom+xml" href="{{ .Permalink }}atom.xml" />
<icon>{{ .Site.Params.icon | absURL }}</icon>
<subtitle>{{ .Site.Params.Description }}</subtitle>
<subtitle>{{ .Params.Description }}</subtitle>
<author>
<name>Rohan Kumar</name>
<uri>https://seirdy.one/</uri>