diff options
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/post.html | 2 |
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 %} · {{ post.description }}{% endif %}</p> - <div class="bubbles-vote"></div> <div>{{ post.html | safe }}</div> <div><a href="mailto:[email protected]">Reply via email →</a></div> <div><i>...or, comment on this post on <a href="https://bubbles.town/source/cleberg.net">Bubbles</a>!</i></div> |
