Move the atom:link out of each post

This commit is contained in:
PapaTutuWawa 2021-01-01 11:27:42 +01:00
parent 7e2d2d4d39
commit 40b68f269e
2 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@
<email>{{ email_user }} [a] {{ email_domain }}</email> <email>{{ email_user }} [a] {{ email_domain }}</email>
<uri>https://{{ blog_url }}/about.html</uri> <uri>https://{{ blog_url }}/about.html</uri>
</author> </author>
<atom:link href="https://{{ blog_url }}/atom.xml" rel="self" type="application/rss+xml" />
{{ content }} {{ content }}
</channel> </channel>

View File

@ -5,7 +5,6 @@
<guid isPermaLink="true"> <guid isPermaLink="true">
https://{{ blog_url }}/{{ slug }}.html https://{{ blog_url }}/{{ slug }}.html
</guid> </guid>
<atom:link href="https://{{ blog_url }}/atom.xml" rel="self" type="application/rss+xml" />
<description> <description>
<![CDATA[ <![CDATA[
{{ summary }} {{ summary }}