Skip to content
Snippets Groups Projects
Commit 7808380b authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Made footer a template block

Made it easier to disable footer when does not need it.
parent 0d0b7d79
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
<script src="{{bootstrap_find_resource('jquery.js', cdn='jquery')}}"></script> <script src="{{bootstrap_find_resource('jquery.js', cdn='jquery')}}"></script>
<script src="{{bootstrap_find_resource('js/bootstrap.js', cdn='bootstrap')}}"></script> <script src="{{bootstrap_find_resource('js/bootstrap.js', cdn='bootstrap')}}"></script>
{% endblock %} {% endblock %}
{% include "footer.html" %} {% block footer %}
{% include "footer.html" %}
{% endblock %}
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment