From a19d98ce7e590e6c7f82aa08f7e9791a72e2e8bc Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 7 Jun 2020 14:14:41 +0200 Subject: Split english and norwegian posts. This turned out a bit different than I initially though. The english and norwegian sections will essentially be separate. Afaict there's no direct way to make a "combined view" listing both english and norwegian posts. However, I think that's fine. Let's roll with this for now. --- templates/shortcodes/taglink.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/shortcodes') diff --git a/templates/shortcodes/taglink.html b/templates/shortcodes/taglink.html index 6e8642e..75e1fc9 100644 --- a/templates/shortcodes/taglink.html +++ b/templates/shortcodes/taglink.html @@ -1,2 +1,4 @@ {% set tag_url = get_taxonomy_url(kind="tags", name=tag) %} -{% if name %}{{ name }}{% else %}{{ tag }}{% endif %} + + {% if name %}{{ name }}{% else %}{{ tag }}{% endif %} + -- cgit v1.2.3