From cac94aebc92275e6f651982424ea4a06d9715a5d Mon Sep 17 00:00:00 2001 From: Goat Avenger Date: Sat, 8 Apr 2017 12:03:51 +0000 Subject: Add SOB theme (#362) --- SOB/templates/article_infos_bottom.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SOB/templates/article_infos_bottom.html (limited to 'SOB/templates/article_infos_bottom.html') diff --git a/SOB/templates/article_infos_bottom.html b/SOB/templates/article_infos_bottom.html new file mode 100644 index 0000000..3ebb64a --- /dev/null +++ b/SOB/templates/article_infos_bottom.html @@ -0,0 +1,17 @@ + Category: {{ article.category }} + + {% if article.tags %} +
+ Tagged: + {% for tag in article.tags %} + {{ tag }} + {% endfor %} + {% endif %} + + {% if PDF_PROCESSOR %} +

PDF

+ {% endif %} + + {% import 'translations.html' as translations with context %} + {{ translations.translations_for(article) }} + -- cgit