diff options
author | luxagraf <sng@luxagraf.net> | 2019-01-13 11:42:01 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-01-13 11:42:01 -0600 |
commit | 5b9343d77d8321e44d1ffc60769c651771dc38dd (patch) | |
tree | 8bbce1b415fbf2fd4c4ee1a7913ca41d362216ec /design/templates/base.html | |
parent | 261f9df4911f861a71e11eb3f0bfbe1a5a5d12b9 (diff) |
Refactored Javascript, started on forums
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index e02719b..cdbed90 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -18,7 +18,7 @@ {% block jsinclude %}{%endblock%} <script async src="/media/js/main.min.js?{%now "u"%}"></script> </head> -<body class="{% block bodyclass %}{% endblock %}"> +<body id="{% block bodyid %}{%endblock%}" class="{% block bodyclass %}{% endblock %}"> <div class="head-wrapper"> <header> <nav class="left"> @@ -73,6 +73,7 @@ </nav> </header> </div> + {% block color %}{%endblock%} <div class="wrapper"> {%comment%}<ul class="breadcrumb" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <li> |