From 5d9619c81b1ccccf71340aae544a66f62c103f64 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Fri, 23 Aug 2013 00:44:51 +0200 Subject: Added pelican-bootstrap3 theme --- pelican-bootstrap3/templates/includes/translations.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pelican-bootstrap3/templates/includes/translations.html (limited to 'pelican-bootstrap3/templates/includes/translations.html') diff --git a/pelican-bootstrap3/templates/includes/translations.html b/pelican-bootstrap3/templates/includes/translations.html new file mode 100644 index 0000000..65c5684 --- /dev/null +++ b/pelican-bootstrap3/templates/includes/translations.html @@ -0,0 +1,6 @@ +{% if article.translations %} +Lang +{% for translation in article.translations %} + {{ translation.lang }} +{% endfor %} +{% endif %} -- cgit