+
+
{{ page.title }} -
-
{% if page.draft %}
diff --git a/templates/macros/list_posts.html b/templates/macros/list_posts.html
index ad3e980..880c9dc 100644
--- a/templates/macros/list_posts.html
+++ b/templates/macros/list_posts.html
@@ -18,9 +18,9 @@
{% endif %}
-
+
+
{% if post.taxonomies.tags %}
{{ post.title }} -
diff --git a/templates/macros/page_desc.html b/templates/macros/page_desc.html
index 0b59b0f..30b7f86 100644
--- a/templates/macros/page_desc.html
+++ b/templates/macros/page_desc.html
@@ -2,7 +2,7 @@
-
{{ page.content | safe }}
diff --git a/templates/macros/page_header.html b/templates/macros/page_header.html
index e0a19bd..f62a02d 100644
--- a/templates/macros/page_header.html
+++ b/templates/macros/page_header.html
@@ -1,7 +1,7 @@
{% macro page_header(title) %}
-
{{ desc.title }}
+ {{ desc.title }}
+
+
{% endmacro page_header %}