diff --git a/_config_onion.yml b/_config_onion.yml
index 0226940..26ed7b6 100644
--- a/_config_onion.yml
+++ b/_config_onion.yml
@@ -1,2 +1,2 @@
# Used for the RSS feed generator
-url: 'http://brokencosohcv73p6vohqdz65vnbk5nqjuifjhepcedignejajswinad.onion/'
+url: 'http://brokencosohcv73p6vohqdz65vnbk5nqjuifjhepcedignejajswinad.onion'
diff --git a/atom.xml b/atom.xml
index eda0fb2..b467b70 100644
--- a/atom.xml
+++ b/atom.xml
@@ -8,7 +8,7 @@ layout:
{{ site.time | date_to_xmlschema }}
- https://brokenco.de/
+ {{ site.url }}
R. Tyler Croy
rtyler@brokenco.de
@@ -17,9 +17,9 @@ layout:
{% for post in site.posts limit:20 %}
{{ post.title }}
-
+
{{ post.date | date_to_xmlschema }}
- https://brokenco.de{{ post.id }}
+ {{ site.url }}/{{ post.id }}
{{ post.content | xml_escape }}
{% endfor %}