aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-06 17:22:51 -0500
committerChristian Cleberg <[email protected]>2026-07-06 17:22:51 -0500
commitc32ce8589d6290d9101ba99c5cb31262605c9721 (patch)
treee3f685ca2259879ad8ee34d606165c81c27f0f1c /theme/templates/post.html
parent4318220efe56cc3de8e87bf3459fc9704b3bca75 (diff)
downloadcleberg.net-c32ce8589d6290d9101ba99c5cb31262605c9721.tar.gz
cleberg.net-c32ce8589d6290d9101ba99c5cb31262605c9721.tar.bz2
cleberg.net-c32ce8589d6290d9101ba99c5cb31262605c9721.zip
fix: update bubbles link in posts to point to my specific bubbles page
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 458b611..cffde63 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -16,6 +16,6 @@
<div class="bubbles-vote"></div>
<div>{{ post.html | safe }}</div>
<div><a href="mailto:[email protected]">Reply via email &rarr;</a></div>
- <div><i>...or, comment on this post on <a href="https://bubbles.town">Bubbles</a>!</i></div>
+ <div><i>...or, comment on this post on <a href="https://bubbles.town/source/cleberg.net">Bubbles</a>!</i></div>
</article>
{% endblock %}