From a5a17552a5d732eb58b5f68de9a5f88f54998282 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 16 Jan 2018 14:03:29 +0100 Subject: [PATCH] theme: different styling for updated articles in the footer. --- pelican-theme/templates/article_footer.html | 2 +- pelican-theme/test/blog_modified_date/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelican-theme/templates/article_footer.html b/pelican-theme/templates/article_footer.html index 49f690be..5230fa88 100644 --- a/pelican-theme/templates/article_footer.html +++ b/pelican-theme/templates/article_footer.html @@ -1 +1 @@ -

Posted{% if article.authors %} by {% for author in article.authors %}{{ author|e }}{% endfor %}{% endif %} on in {{ article.category|e }}{% if article.modified %}; updated {% endif %}.{% if article.tags %} Tags: {% for tag in article.tags %}{{ tag|e }}{% if not loop.last %}, {% endif %}{% endfor %}.{% endif %}

+

Posted{% if article.authors %} by {% for author in article.authors %}{{ author|e }}{% endfor %}{% endif %} on in {{ article.category|e }}.{% if article.modified %} updated {% endif %}{% if article.tags %} Tags: {% for tag in article.tags %}{{ tag|e }}{% if not loop.last %}, {% endif %}{% endfor %}.{% endif %}

diff --git a/pelican-theme/test/blog_modified_date/index.html b/pelican-theme/test/blog_modified_date/index.html index c9cf3c03..a03a310b 100644 --- a/pelican-theme/test/blog_modified_date/index.html +++ b/pelican-theme/test/blog_modified_date/index.html @@ -43,7 +43,7 @@
-- 2.30.2