From: Vladimír Vondruš Date: Wed, 18 Oct 2017 12:52:22 +0000 (+0200) Subject: theme: properly expand links in landing page. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=6129a536afb0eb9dd2b5afcaad363f8b4e8eec7d;p=blog.git theme: properly expand links in landing page. --- diff --git a/pelican-theme/templates/page.html b/pelican-theme/templates/page.html index d516dd61..9c4af499 100644 --- a/pelican-theme/templates/page.html +++ b/pelican-theme/templates/page.html @@ -42,7 +42,7 @@
- {{ page.landing }} + {{ page.landing|expand_links(page) }}