aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-14 19:30:11 -0600
committerChristian Cleberg <[email protected]>2025-11-14 19:30:11 -0600
commit84a95509f0e21fa0bcf782e45f67f43d672a0e86 (patch)
treeb9fb66e6d9ce4fe0b4e1a66a0863ee2147efeb49 /theme/templates
parentd2292ff7e333379d014b985b8ab527a7139c9599 (diff)
downloadcleberg.net-84a95509f0e21fa0bcf782e45f67f43d672a0e86.tar.gz
cleberg.net-84a95509f0e21fa0bcf782e45f67f43d672a0e86.tar.bz2
cleberg.net-84a95509f0e21fa0bcf782e45f67f43d672a0e86.zip
introduce reply-link elements instead of misusing blockquotes
Diffstat (limited to 'theme/templates')
-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 aa74ece..a09b460 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -17,6 +17,6 @@
{% endif %}
</section>
<section>{{ post.html | safe }}</section>
- <blockquote><a href="mailto:[email protected]">Reply via email &rarr;</a></blockquote>
+ <div class="reply-link"><a href="mailto:[email protected]">Reply via email &rarr;</a></div>
</article>
{% endblock %}