diff options
| author | Christian Cleberg <[email protected]> | 2026-01-18 17:06:40 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-18 17:06:40 -0600 |
| commit | 927757547a1b7dbd6fe422d70f9ca422801571cc (patch) | |
| tree | 8f4bf00c24bdcedea423252da441cdf7c7675ab5 /theme/templates/blog.html | |
| parent | 6a2d437c056d7e5e5b0fb8cd73fc10bf7b37b73c (diff) | |
| download | cleberg.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.html | 2 |
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 %} |
