From 0cd2d00d99be60ceacdd629e584fedc454a0b2c3 Mon Sep 17 00:00:00 2001 From: "Nicholas Nadeau, P.Eng., AVS" Date: Mon, 30 Jul 2018 18:46:25 -0400 Subject: [PATCH] striptags from article title --- templates/partial/neighbors.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partial/neighbors.html b/templates/partial/neighbors.html index fbbe0a4..4c698b0 100644 --- a/templates/partial/neighbors.html +++ b/templates/partial/neighbors.html @@ -1,12 +1,12 @@ {% if 'neighbors' in PLUGINS %}
{% if article.prev_article %} - + {{ _('Previous Post') }} {% endif %} {% if article.next_article %} - + {{ _('Next Post') }} {% endif %}