aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-04-01 22:01:32 -0500
committerChristian Cleberg <[email protected]>2025-04-01 22:01:32 -0500
commit80bc8747e9d8e47aeceab2a02c4510b35c408d7d (patch)
tree9c6caefdcbffe39e3fa6ec3835a27ddc863dadcf /theme/templates/post.html
parent9061191da87f742248a9453505f99f70c8783cac (diff)
downloadcleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.gz
cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.bz2
cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.zip
migrate back to cleberg.net
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html
index 5ad5d04..ecd7afa 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -23,6 +23,6 @@
{% endif %}
</section>
<section>{{ post.html | safe }}</section>
- <blockquote><a href="mailto:[email protected]">Reply via email</a></blockquote>
+ <blockquote><a href="mailto:[email protected]">Reply via email</a></blockquote>
</article>
{% endblock %}