Move the atom:link out of each post
This commit is contained in:
parent
7e2d2d4d39
commit
40b68f269e
@ -10,6 +10,7 @@
|
||||
<email>{{ email_user }} [a] {{ email_domain }}</email>
|
||||
<uri>https://{{ blog_url }}/about.html</uri>
|
||||
</author>
|
||||
<atom:link href="https://{{ blog_url }}/atom.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
{{ content }}
|
||||
</channel>
|
||||
|
@ -5,7 +5,6 @@
|
||||
<guid isPermaLink="true">
|
||||
https://{{ blog_url }}/{{ slug }}.html
|
||||
</guid>
|
||||
<atom:link href="https://{{ blog_url }}/atom.xml" rel="self" type="application/rss+xml" />
|
||||
<description>
|
||||
<![CDATA[
|
||||
{{ summary }}
|
||||
|
Reference in New Issue
Block a user