From ef2657c050ab6d1ed41eb9a3b2c7a9a3925b35ad Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 7 Jun 2020 15:57:26 +0200 Subject: Fix issues with paths on duburls. --- templates/base.html | 2 +- templates/shortcodes/figure.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 0724201..1d7b588 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ config.title }}{% endif %} - + {# #} diff --git a/templates/shortcodes/figure.html b/templates/shortcodes/figure.html index 5a83112..98332a0 100644 --- a/templates/shortcodes/figure.html +++ b/templates/shortcodes/figure.html @@ -1,5 +1,5 @@
- +
{{ body | markdown | safe}}
-- cgit v1.2.3