From 54f48ceadb652b90c72fe6d624b09efc4af4f649 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 6 Jul 2026 14:17:24 -0500 Subject: embed bubbles voting widget on blog posts --- theme/templates/post.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'theme/templates/post.html') diff --git a/theme/templates/post.html b/theme/templates/post.html index df6c3b7..458b611 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -7,15 +7,15 @@ {% elif project_description is defined %} {% endif %} + {% endblock %} {% block main %}
-

{{ post.title }}

- {% if post.description is defined %} -

{{ post.description }}

- {% endif %} +

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

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