summaryrefslogtreecommitdiffstats
path: root/src/themes/serene/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/serene/templates/home.html')
-rw-r--r--src/themes/serene/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/serene/templates/home.html b/src/themes/serene/templates/home.html
index 6f4c3ac..f899884 100644
--- a/src/themes/serene/templates/home.html
+++ b/src/themes/serene/templates/home.html
@@ -89,7 +89,7 @@
<section class="layout-list">
<div class="post-list">
{% for post in blog_section.pages | slice(end=section.extra.recent_max) %}
- <a class="post instant {% if post.extra.featured %}featured{% endif %}" href="{{ post.permalink }}">
+ <a class="post instant {% if post.extra.featured %}featured{% endif %}" href="{{ post.permalink | safe }}">
<span>{{ post.title }}</span>
<span class="line"></span>
<span class="date">{{ post.date | date(format=section.extra.date_format) }}</span>