aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/blog.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/blog.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/blog.html')
-rw-r--r--theme/templates/blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/blog.html b/theme/templates/blog.html
index 5aa3293..fabdff1 100644
--- a/theme/templates/blog.html
+++ b/theme/templates/blog.html
@@ -14,6 +14,6 @@ main %}
<time datetime='{{ post.date | strftime("%Y-%m-%d") }}'
>{{ post.date|strftime("%Y-%m-%d") }}</time
>
- <a href='{{ url_for("blog", slug=post.slug) }}'>{{ post.title }}</a>
+ <a href='{{ url_for("blog", slug=post.slug) }}' data-text="{{ post.title }}">{{ post.title }}</a>
</div>
{% endfor %} {% endblock %}