From db5388e47885b76083ee6a169863b5e718ca1246 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 6 Oct 2016 15:02:40 +0200 Subject: Make pelican-bootstrap3 multilingual This makes use of the i18n jinja extension as described in README.md. A Makefile is provided to facilitate new translations. A translation to German is also included. --- pelican-bootstrap3/templates/article_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelican-bootstrap3/templates/article_list.html') diff --git a/pelican-bootstrap3/templates/article_list.html b/pelican-bootstrap3/templates/article_list.html index 2d3c8cd..885a880 100644 --- a/pelican-bootstrap3/templates/article_list.html +++ b/pelican-bootstrap3/templates/article_list.html @@ -11,7 +11,7 @@ {% endif %}
{{ article.summary }} {% include 'includes/comment_count.html' %} - more ... + {{ _('more') }} ...

-- cgit