X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/f2e5a095494fbcccd38a873a3fc4f14b83699b13..ecfc59ab800cc59d74835294dd4f6a276c992dc1:/templates/base.html?ds=inline diff --git a/templates/base.html b/templates/base.html index b2995ad36..30fa76b88 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,26 +5,25 @@ - - - {% if article.author %}{% endif %} + + - {{ title }} + {% block title %}{{ title }} - {{ config.name }}{% endblock %} + + -
- {% block content %}{% endblock %} -
+ {% block content %}{% endblock %}
- {% include "footer.html" %} + {% include "footer.html" %}
{% include "analytics.html" %}