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 %}