From c31e8bfa414cdc1fe035a5d6d55a477f77525dd7 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 3 Aug 2026 15:25:59 -0500 Subject: remove bubbles.town vote widget, keep comment link Drop the third-party vote.js script and its mount div so posts no longer auto-fetch from bubbles.town (174 pages), completing onion self-containment. The opt-in 'comment on Bubbles' link stays. Remove the now-orphaned .bubbles-vote CSS rule. --- theme/templates/post.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'theme/templates') diff --git a/theme/templates/post.html b/theme/templates/post.html index cffde63..a2951b0 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -7,13 +7,11 @@ {% elif project_description is defined %} {% endif %} - {% endblock %} {% block main %}

{{ post.title }}

{% if post.description is defined %} · {{ post.description }}{% endif %}

-
{{ post.html | safe }}
Reply via email →
...or, comment on this post on Bubbles!
-- cgit v1.2.3