From f2f0f44d36c12ff91f97aba3be8add255b3a96e2 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Fri, 2 Aug 2024 23:27:40 -0400 Subject: [PATCH] Add migration notes --- posts/migrating-off-wordpress.md | 15 +++++++++++++++ templates/post.mustache.html | 5 ++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 posts/migrating-off-wordpress.md diff --git a/posts/migrating-off-wordpress.md b/posts/migrating-off-wordpress.md new file mode 100644 index 0000000..ac50f2b --- /dev/null +++ b/posts/migrating-off-wordpress.md @@ -0,0 +1,15 @@ +--- +author: admin +categories: +- Technical +date: 2024-08-02 23:15:00-07:00 +has-comments: false +tags: +- blog +title: Goodbye Wordpress +--- +I've changed the backend of my blog. You *shouldn't* notice any differences, except that comments are disabled for the time being. + +All links to the site should continue to work. + +If you notice any problems, even small ones, please [send me an email](mailto:za3k@za3k.com). diff --git a/templates/post.mustache.html b/templates/post.mustache.html index a6309d7..bbeaea9 100644 --- a/templates/post.mustache.html +++ b/templates/post.mustache.html @@ -35,7 +35,10 @@ {{#main_display}} {{#comments}}
-

Responses to {{post_title}}

+

Responses to {{post_title}}

+
+ These comments are archived. Commenting is currently disabled on old posts. +
{{& comments }}
{{/comments}} -- 2.47.3