initial commit
This commit is contained in:
commit
709f591ab4
43 changed files with 10863 additions and 0 deletions
14
_includes/footer-scripts.html
Normal file
14
_includes/footer-scripts.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<script src="/js/jquery-1.11.2.min.js"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
|
||||
{% if include.full %}
|
||||
<script src="/js/main.js"></script>
|
||||
{% endif %}
|
||||
|
||||
{% if page.js %}
|
||||
{% for js in page.js %}
|
||||
<script src="{{ js }}"></script>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% include google_analytics.html %}
|
Loading…
Add table
Add a link
Reference in a new issue