X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/545c8ea4cf8eca7a9d8d56501f2458d24aa17124..451d7720c831e134f2e860ddfe1138d1e92340ef:/templates/base.html diff --git a/templates/base.html b/templates/base.html index c95cea927..84b55ba1c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,27 +4,44 @@ - + {#- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags #} - + + {%- if robots is defined and robots is not none %} + + {%- endif %} - {{ title }} - - - + {%- block links %} + + + {%- endblock %} + {% block title %}{{ title }} - {{ config.name }}{% endblock %} + {%- for stylesheet in ['open-sans.css', 'font-awesome.css', 'style.css'] %} + + {%- endfor %}
- {% block content %}{% endblock %} -
+ {% block content %}{% endblock %}
- {% include "footer.html" %} + + {% include "footer.html" %}
- {% include "analytics.html" %} + {#- scripts last to avoid blocking rendering #} +