The requested page could not be found.{% if config.extra.issues_url %} If you feel this is not normal, then you can create an issue on the issue tracker.{% endif %}
- {% endblock content %} diff --git a/templates/article.html b/templates/article.html index e8ea3d6..fb01d26 100644 --- a/templates/article.html +++ b/templates/article.html @@ -103,10 +103,10 @@ {% endif %} - {% endblock content %} diff --git a/templates/article_list.html b/templates/article_list.html index 36a036b..956ab5c 100644 --- a/templates/article_list.html +++ b/templates/article_list.html @@ -3,7 +3,7 @@ {% block content %}{{ section.description }}
+{{ section.description | markdown | safe }} Filter by tag @@ -28,7 +28,7 @@ {%- endif %} {%- if page.description %} -{{ page.description }}
+ {{ page.description | markdown | safe }} {%- endif %} {%- if page.date %} diff --git a/templates/base.html b/templates/base.html index 4631cb0..08bd7a7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,12 +1,12 @@ -{% include "partials/head.html" ignore missing -%} +{% include "partials/head.html" -%} - {% include "partials/nav.html" ignore missing -%} + {% include "partials/nav.html" -%}