mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
This caused problems because liquid >=3.0.0 does not allow a variable and a template with the same name. Here we had a variable and a template both called footer.
11 lines
649 B
Plaintext
11 lines
649 B
Plaintext
<footer>
|
|
<div class="container">
|
|
<p>This website is made with <a href="http://www.tinytree.info">Bonsai</a> and <a href="http://getbootstrap.com">Bootstrap</a>, themed with <a href="https://bootswatch.com">Bootswatch</a>.</p>
|
|
<p>jq is licensed under the MIT license (code) and the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY-3.0</a> license (docs).</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
<script src="{{root}}/bootstrap/js/bootstrap.min.js"></script>
|
|
<script src="{{root}}/js/bootstrap3-typeahead.js"></script>
|