diff --git a/blog/templates/edition-3/base.html b/blog/templates/edition-3/base.html index 26be6aa6..1193437a 100644 --- a/blog/templates/edition-3/base.html +++ b/blog/templates/edition-3/base.html @@ -4,9 +4,9 @@

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

-

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

+

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

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