diff --git a/_app/feed-atom.xml b/_app/feed-atom.xml
index efb20cd5e..1b651c434 100644
--- a/_app/feed-atom.xml
+++ b/_app/feed-atom.xml
@@ -11,9 +11,9 @@ permalink: /feed.xml
{{ site.description }}
{{ site.time | date_to_xmlschema }}
{% assign site_domain = site.url | replace:'http://', '' | replace:'https://', '' %}
- tag:{{ site_domain }},2005:/
-
-
+ {{ site.feed | prepend: amsf_site_base | xml_escape }}
+
+
Copyright © {{ site.time | date: "%Y" }}, {{ site.data.authors.default.name }}
@@ -46,8 +46,8 @@ permalink: /feed.xml
{{ post.title | strip_html | xml_escape }}
- tag:{{ site.base | prepend: site_domain }},{{ post.date | date: "%Y" }}:{{ post.id }}/
-
+ {{ post.url | prepend: amsf_site_base | xml_escape }}
+
{{ post.date | date_to_xmlschema }}
{% if post.last_modified_at %}