From db9a372547a71279402a59ac66a29e15b65ec841 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 1 Apr 2025 22:01:32 -0500 Subject: migrate back to cleberg.net --- theme/templates/base.html | 2 +- theme/templates/feed.xml | 6 +++--- theme/templates/index.html | 16 ++++++++-------- theme/templates/post.html | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'theme/templates') diff --git a/theme/templates/base.html b/theme/templates/base.html index b5f3b89..b77d638 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -34,7 +34,7 @@

Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}>

Status · - Source Code · RSS Feed · security.txt diff --git a/theme/templates/feed.xml b/theme/templates/feed.xml index 78796bd..7b23994 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("cmc.pub") }} + {{ site_name | default("cleberg.net") }} @@ -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@cmc.pub") }} + {{ site_owner | default("hello@cleberg.net") }} {% for post in posts %} {{ post.title }} {{ url_for("blog", slug=post.slug) }} - {{ post.author|default("hello@cmc.pub") }} + {{ post.author|default("hello@cleberg.net") }} {{ 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 518c10e..d19ad77 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block main %}

-

~cmc.pub

+

~cleberg.net

pub   ed25519 2025-03-11 [SCA]
       C687 00A6 FA4B 7183 B6CE E47D EEDC 995C D14F 193C
-uid           [ultimate] Christian Cleberg <hello@cmc.pub>
+uid           [ultimate] Christian Cleberg <hello@cleberg.net>
 sub   cv25519 2025-03-11 [E]
@@ -32,7 +32,7 @@ sub cv25519 2025-03-11 [E]

Everything Else