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:
parent
6f2b2d5fff
commit
b557bb9474
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue