aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/feed.xml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-03-11 16:09:26 -0500
committerChristian Cleberg <hello@cleberg.net>2025-03-11 16:09:26 -0500
commit75cb2408e9251a32779a2c8814d4aaf1a0aae57c (patch)
treefddf8653aa26a9486ed9e2f56c2215b1742f9f92 /theme/templates/feed.xml
parentb6068f40908e9185fa8b04df1ebde52866f81296 (diff)
downloadcleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.tar.gz
cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.tar.bz2
cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.zip
move from cleberg.net to cmc.pub
Diffstat (limited to 'theme/templates/feed.xml')
-rw-r--r--theme/templates/feed.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/templates/feed.xml b/theme/templates/feed.xml
index 7b23994..78796bd 100644
--- a/theme/templates/feed.xml
+++ b/theme/templates/feed.xml
@@ -10,7 +10,7 @@
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:media="http://search.yahoo.com/mrss/">
<channel>
- <title>{{ site_name | default("cleberg.net") }}</title>
+ <title>{{ site_name | default("cmc.pub") }}</title>
<atom:link
href="{{ url_for("rss") }}"
rel="self" type="application/rss+xml" />
@@ -20,13 +20,13 @@
<pubDate>{{ posts | first | getattr("date") | strftime("%a, %d %b %Y %H:%M:%S %z") }}</pubDate>
<lastBuildDate>{{ now() | strftime("%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate>
<generator>{{ meta.generator }}</generator>
- <webMaster>{{ site_owner | default("hello@cleberg.net") }}</webMaster>
+ <webMaster>{{ site_owner | default("hello@cmc.pub") }}</webMaster>
{% for post in posts %}
<item>
<title>{{ post.title }}</title>
<link>{{ url_for("blog", slug=post.slug) }}</link>
- <author>{{ post.author|default("hello@cleberg.net") }}</author>
+ <author>{{ post.author|default("hello@cmc.pub") }}</author>
<guid isPermaLink="false">{{ url_for("blog", slug=post.slug) }}</guid>
<pubDate>{{ post.date|strftime("%a, %d %b %Y %H:%M:%S %z") }}</pubDate>
<description><![CDATA[{{ post.html|safe }}]]></description>