aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-03 15:25:59 -0500
committerChristian Cleberg <[email protected]>2026-08-03 15:25:59 -0500
commitc31e8bfa414cdc1fe035a5d6d55a477f77525dd7 (patch)
tree289db6f17fae1e649f15cb5f2fee440ba6fef224 /theme/templates/post.html
parent036f01c6635468bd2b71bf8eb26012d9f653d013 (diff)
downloadcleberg.net-c31e8bfa414cdc1fe035a5d6d55a477f77525dd7.tar.gz
cleberg.net-c31e8bfa414cdc1fe035a5d6d55a477f77525dd7.tar.bz2
cleberg.net-c31e8bfa414cdc1fe035a5d6d55a477f77525dd7.zip
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.
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html2
1 files changed, 0 insertions, 2 deletions
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 %}
<meta property="og:description" content="{{ project_description }}" />
{% endif %}
-<script src="https://bubbles.town/vote.js" defer></script>
{% endblock %}
{% block main %}
<article>
<h1>{{ post.title }}</h1>
<p><time datetime='{{ post.date|strftime("%Y-%m-%d") }}'>{{ post.date|strftime("%Y-%m-%d") }}</time>{% if post.description is defined %} &middot; {{ post.description }}{% endif %}</p>
- <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/source/cleberg.net">Bubbles</a>!</i></div>