From: Zachary Vance Date: Sat, 3 Aug 2024 03:27:40 +0000 (-0400) Subject: Add migration notes X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=f2f0f44d36c12ff91f97aba3be8add255b3a96e2;p=blog.git Add migration notes --- 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}}