From 75cb2408e9251a32779a2c8814d4aaf1a0aae57c Mon Sep 17 00:00:00 2001
From: Christian Cleberg
Date: Tue, 11 Mar 2025 16:09:26 -0500
Subject: move from cleberg.net to cmc.pub
---
theme/templates/base.html | 2 +-
theme/templates/feed.xml | 6 +++---
theme/templates/index.html | 19 ++++++++-----------
theme/templates/post.html | 2 +-
4 files changed, 13 insertions(+), 16 deletions(-)
(limited to 'theme/templates')
diff --git a/theme/templates/base.html b/theme/templates/base.html
index bd0f011..b75c2bc 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -33,7 +33,7 @@
Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}>
- Source Code ·
RSS Feed ·
security.txt
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/">
- {{ site_name | default("cleberg.net") }}
+ {{ site_name | default("cmc.pub") }}
@@ -20,13 +20,13 @@
{{ posts | first | getattr("date") | strftime("%a, %d %b %Y %H:%M:%S %z") }}
{{ now() | strftime("%a, %d %b %Y %H:%M:%S %z") }}
{{ meta.generator }}
- {{ site_owner | default("hello@cleberg.net") }}
+ {{ site_owner | default("hello@cmc.pub") }}
{% for post in posts %}
-
{{ post.title }}
{{ url_for("blog", slug=post.slug) }}
- {{ post.author|default("hello@cleberg.net") }}
+ {{ post.author|default("hello@cmc.pub") }}
{{ url_for("blog", slug=post.slug) }}
{{ post.date|strftime("%a, %d %b %Y %H:%M:%S %z") }}
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 905bd57..e11eaef 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,9 +1,10 @@
{% extends "base.html" %} {% block main %}
Recent Blog Posts
@@ -33,7 +34,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net>
Everything Else
- - Curriculum Vitae
+ - Curriculum Vitae
- Salary
- Services
- Wiki
@@ -43,13 +44,9 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net>
diff --git a/theme/templates/post.html b/theme/templates/post.html
index 43f45d2..a3c15a5 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -23,6 +23,6 @@
{% endif %}
- Reply via email
+ Reply via email
{% endblock %}
--
cgit v1.2.3-70-g09d2