From 5f7437df8ddb31ff230c780aad099b7b34af3854 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 30 Jan 2020 12:05:04 +0100 Subject: [PATCH] Fix and improve generated HTML --- blog/templates/macros.html | 6 +++--- blog/templates/second-edition/index.html | 12 ++++++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/blog/templates/macros.html b/blog/templates/macros.html index 061dac66..74090afd 100644 --- a/blog/templates/macros.html +++ b/blog/templates/macros.html @@ -10,9 +10,9 @@ {% macro utterances() %} diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index 38267733..e369aca1 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -8,6 +8,8 @@ {% set posts_section = get_section(path = "second-edition/posts/_index.md") %} {% set posts = posts_section.pages %} +

Posts

+

This blog series creates a small operating system in the @@ -48,11 +50,11 @@

Subscribe

Receive notifications about new posts and other major changes! You can either:

-


@@ -78,7 +80,9 @@

Support Me

{% include "support.html" %} +{% endblock main %} +{% block after_main %} -{% endblock main %} +{% endblock after_main %}