diff --git a/blog/templates/edition-2/base.html b/blog/templates/edition-2/base.html index a0e66b71..46301639 100644 --- a/blog/templates/edition-2/base.html +++ b/blog/templates/edition-2/base.html @@ -19,7 +19,7 @@ - {% block title %}{% endblock title %} + {% block title %}{% endblock title %} (Second Edition) @@ -27,7 +27,7 @@

- {{ config.title | safe }} + {{ config.title | safe }} (Second Edition)

{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }}

{% block header %}{% endblock header %}