cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

c32ce8589d6290d9101ba99c5cb31262605c9721

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-06T22:22:51Z

fix: update bubbles link in posts to point to my specific bubbles page
 theme/templates/post.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:hello@cleberg.net">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 %}