--- /dev/null
+---
+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).
{{#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}}