]> git.za3k.com Git - blog.git/commitdiff
Add migration notes
authorZachary Vance <za3k@za3k.com>
Sat, 3 Aug 2024 03:27:40 +0000 (23:27 -0400)
committerZachary Vance <za3k@za3k.com>
Sat, 3 Aug 2024 03:27:40 +0000 (23:27 -0400)
posts/migrating-off-wordpress.md [new file with mode: 0644]
templates/post.mustache.html

diff --git a/posts/migrating-off-wordpress.md b/posts/migrating-off-wordpress.md
new file mode 100644 (file)
index 0000000..ac50f2b
--- /dev/null
@@ -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).
index a6309d78e65c4090c8c6d251442e6e4de1518204..bbeaea939abd8276c599ef50614b15b94d308d18 100644 (file)
 {{#main_display}}
 {{#comments}}
 <div id="comments">
-    <h3 id="comments-title">Responses to <em>{{post_title}}</em></h3>
+    <h3 id="comments-title" style="padding-bottom: 0;">Responses to <em>{{post_title}}</em></h3>
+    <div id="comments-note" style="margin: 1rem 0; color: red;">
+      These comments are archived. Commenting is currently disabled on old posts.
+    </div>
     {{& comments }}
 </div>
 {{/comments}}