diff --git a/blog/templates/404.html b/blog/templates/404.html index a24d380f..5f928c6c 100644 --- a/blog/templates/404.html +++ b/blog/templates/404.html @@ -3,10 +3,10 @@ {% block title %}Page not found | {{ config.title }}{% endblock title %} {% block main %} -

Page not found

-

Sorry, this address is not valid.

+

Page not found

+

Sorry, this address is not valid.

-

Go to the index page.

+

Go to the index page.

-

If you followed a link on this site, please report it!

+

If you followed a link on this site, please report it!

{% endblock main %} diff --git a/blog/templates/edition-3/base.html b/blog/templates/edition-3/base.html index 1193437a..27b960ca 100644 --- a/blog/templates/edition-3/base.html +++ b/blog/templates/edition-3/base.html @@ -6,7 +6,8 @@

{{ config.title | safe }}

-

{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }} — Third Edition (Alpha Release)

+

{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }} + — Third Edition (Alpha Release)

{% block header %}{% endblock header %} diff --git a/blog/templates/edition-3/extra.html b/blog/templates/edition-3/extra.html index 05ec7e8f..6157cc94 100644 --- a/blog/templates/edition-3/extra.html +++ b/blog/templates/edition-3/extra.html @@ -9,14 +9,14 @@ {%- endblock description %} {% block main %} -

{{ page.title }}

- {{ page.content | safe }} +

{{ page.title }}

+{{ page.content | safe }} {% endblock main %} {% block after_main %} -
-
-

Comments

- {{ snippets::giscus(search_term=page.title ~ " (Extra Post)", lang=page.lang) }} -
+
+
+

Comments

+ {{ snippets::giscus(search_term=page.title ~ " (Extra Post)", lang=page.lang) }} +
{% endblock after_main %} diff --git a/blog/templates/edition-3/foundation.html b/blog/templates/edition-3/foundation.html index 59a323b7..6be79531 100644 --- a/blog/templates/edition-3/foundation.html +++ b/blog/templates/edition-3/foundation.html @@ -11,11 +11,12 @@ {% if current_url %} - + {% endif %} - +