diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index d2d5ecf..5706465 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -7,7 +7,7 @@ - {% block title %}{{ SITENAME }}{% endblock title %} + {% block title %}{{ SITE_SUBTEXT }}{% endblock title %} {% include "include/feeds.html" %}