Trivial: organize templates

This commit is contained in:
Raymond Wanyoike 2014-06-21 15:50:44 +03:00
commit 96409841d8
9 changed files with 87 additions and 88 deletions

View file

@ -24,13 +24,13 @@
</head>
<body>
{% include "header.html" %}
{% include "include/header.html" %}
<div class="container">
{% block content %}{% endblock %}
</div>
{% include "footer.html" %}
{% include "include/footer.html" %}
<script src="{{ SITEURL }}/theme/js/libs/jquery.min.js"></script>
<script src="{{ SITEURL }}/theme/js/bootstrap.min.js"></script>