From d259b5c20062cdf1d60356abe2d58b3bf73fc215 Mon Sep 17 00:00:00 2001 From: daudix Date: Thu, 18 Jan 2024 10:25:30 +0300 Subject: [PATCH] fix: Use feed name defined in config, allow markdown and html in blog page description Oh and, I changed my mind, Duckquill will continue existing ;) --- templates/blog_list.html | 2 +- templates/includes/nav.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.title }}

-

{{ 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 %}
  • - + {% if config.extra.nav.icons %} {% endif %}