mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
More feed metadata
This commit is contained in:
parent
17d64ac60e
commit
03a1c18191
2 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,7 @@ disableKinds = ["taxonomy", "term"]
|
|||
first = "Rohan"
|
||||
last = "Kumar"
|
||||
nick = "Seirdy"
|
||||
email = "seirdy@seirdy.one"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
<link rel="self" type="application/atom+xml" href="{{ .Permalink }}atom.xml" />
|
||||
<icon>{{ $icon.Permalink }}</icon>
|
||||
<webfeeds:icon>{{ $icon.Permalink }}</webfeeds:icon>
|
||||
<webfeeds:cover>{{ $logo.Permalink }}</webfeeds:cover>
|
||||
<logo>{{ $logo.Permalink }}</logo>
|
||||
<webfeeds:accentColor>191919</webfeeds:accentColor>
|
||||
<sy:updatePeriod>{{ $period }}</sy:updatePeriod>
|
||||
|
@ -45,9 +46,10 @@
|
|||
<poco:preferredUsername>{{ .Site.Author.name }}</poco:preferredUsername>
|
||||
<poco:displayName>{{ .Site.Author.nick }}</poco:displayName>
|
||||
<name>{{ .Site.Author.name }}</name>
|
||||
<email>{{ .Site.Author.email }}</email>
|
||||
<uri>https://seirdy.one/</uri>
|
||||
</author>
|
||||
<admin:errorReportsTo rdf:resource="mailto:seirdy@seirdy.one" />
|
||||
<admin:errorReportsTo rdf:resource="mailto:{{ .Site.Author.email }}" />
|
||||
<link rel="license" type="application/rdf+xml" href="https://creativecommons.org/licenses/by-sa/4.0/rdf" />
|
||||
<updated>{{ now.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
|
||||
<id>{{ .Permalink }}</id>
|
||||
|
|
Loading…
Reference in a new issue