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/includes/pagination.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pelican-bootstrap3/templates/includes/pagination.html') diff --git a/pelican-bootstrap3/templates/includes/pagination.html b/pelican-bootstrap3/templates/includes/pagination.html index e74cdba..cb34fa5 100644 --- a/pelican-bootstrap3/templates/includes/pagination.html +++ b/pelican-bootstrap3/templates/includes/pagination.html @@ -2,15 +2,15 @@ {% if USE_PAGER %} {% else %} @@ -34,4 +34,4 @@ {% endif %} {% endif %} -{% endif %} \ No newline at end of file +{% endif %} -- cgit