diff --git a/templates/blog_list.html b/templates/blog_list.html index 8a2e1a0..d55800a 100644 --- a/templates/blog_list.html +++ b/templates/blog_list.html @@ -3,7 +3,7 @@ {% block content %}
{{ section.description }}
+{{ section.description | markdown | safe }}
Filter by tag diff --git a/templates/includes/nav.html b/templates/includes/nav.html index 6a15c3f..a519839 100644 --- a/templates/includes/nav.html +++ b/templates/includes/nav.html @@ -20,7 +20,7 @@ {% endfor %} {% if config.extra.nav.show_feed %}