diff --git a/blog/templates/status-update-page.html b/blog/templates/status-update-page.html new file mode 100644 index 00000000..95ad24ce --- /dev/null +++ b/blog/templates/status-update-page.html @@ -0,0 +1,39 @@ +{% extends "second-edition/base.html" %} + +{% import "macros.html" as macros %} + +{% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} + +{% block main %} +

{{ page.title }}

+ + {{ page.content | safe }} + +
+

Thank You!

+

I want to thank all the people who support me on Donorbox, Patreon, and Liberapay. It means a lot to me!

+
+{% endblock main %} + +{% block after_main %} +
+ +
+
+

Comments

+ {{ macros::utterances() }} +
+ +{% endblock after_main %} + +