Index: templates/minimal.tmpl |
=================================================================== |
--- a/templates/minimal.tmpl |
+++ b/templates/minimal.tmpl |
@@ -54,10 +54,11 @@ |
{% block footer %} |
{{ footer | safe }} |
{% endblock %} |
<? include layout/footer ?> |
{% block scripts %} |
{{ scripts | safe }} |
{% endblock %} |
<script src="/dist/js/main.min.js"></script> |
+ <script src="/js/navbar.js"></script><!-- website-defaults --> |
juliandoucette
2018/01/24 14:55:06
NIT: Weird... (comment) maybe we should:
- Use a s
ire
2018/01/25 10:15:05
This would require us to place the files within a
juliandoucette
2018/01/25 13:24:53
Yes; unfortunately (something to think about separ
|
</body> |
<html> |