From: Colin Watson Date: Tue, 1 Oct 2024 17:02:18 +0000 (+0100) Subject: Fix CSS for Mastodon comments X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=0409a75924ef2070d78fc502178be2c00583eaa6;p=blog.git Fix CSS for Mastodon comments Based heavily on https://gitlab.com/ognarb/blog/-/raw/master/assets/scss/partials/article.scss, via https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/ --- diff --git a/m.css/pelican-theme/templates/article.html b/m.css/pelican-theme/templates/article.html index 859e7508..1ba5d9c3 100644 --- a/m.css/pelican-theme/templates/article.html +++ b/m.css/pelican-theme/templates/article.html @@ -133,6 +133,7 @@ {% if article.category.badge or (article.author and article.author.badge) %} {{ badges()|rtrim|indent(6) }} {% endif %} + {% include "article_comments.html" %}