aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/page.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-01-18 17:06:40 -0600
committerChristian Cleberg <[email protected]>2026-01-18 17:06:40 -0600
commit927757547a1b7dbd6fe422d70f9ca422801571cc (patch)
tree8f4bf00c24bdcedea423252da441cdf7c7675ab5 /theme/templates/page.html
parent6a2d437c056d7e5e5b0fb8cd73fc10bf7b37b73c (diff)
downloadcleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.tar.gz
cleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.tar.bz2
cleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.zip
publish new terminal theme
Diffstat (limited to 'theme/templates/page.html')
-rw-r--r--theme/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html
index fb8d392..96735a6 100644
--- a/theme/templates/page.html
+++ b/theme/templates/page.html
@@ -5,7 +5,7 @@
{% endblock %}
{% block main %}
<article>
- <h1>{{ post.title }}</h1>
+ <h1 data-text="{{ post.title }}">{{ post.title }}</h1>
<section>{{ post.html | safe }}</section>
</article>
{% endblock %}