mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Move admin namespace declaration to only invocation
This commit is contained in:
parent
43d8862e2e
commit
cc5b02b37f
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
<feed
|
||||
xmlns="http://www.w3.org/2005/Atom"
|
||||
xmlns:activity="http://activitystrea.ms/spec/1.0/"
|
||||
xmlns:admin="http://webns.net/mvcb/"
|
||||
xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005"
|
||||
xmlns:media="http://search.yahoo.com/mrss/"
|
||||
xmlns:ostatus="http://ostatus.org/schema/1.0"
|
||||
|
@ -61,7 +60,7 @@
|
|||
<email>{{ .Site.Author.email }}</email>
|
||||
<uri>https://seirdy.one/</uri>
|
||||
</author>
|
||||
<admin:errorReportsTo rdf:resource="mailto:{{ .Site.Author.email }}" />
|
||||
<admin:errorReportsTo xmlns:admin="http://webns.net/mvcb/" rdf:resource="mailto:{{ .Site.Author.email }}" />
|
||||
<rights type="text">Copyright © {{ now.Year }} Rohan Kumar</rights>
|
||||
<link rel="license" type="application/rdf+xml" href="https://creativecommons.org/licenses/by-sa/4.0/rdf" />
|
||||
<updated>{{ site.LastChange.UTC.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
|
||||
|
|
Loading…
Reference in a new issue