summaryrefslogtreecommitdiffstats
path: root/docs/templates/shared/_footer.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/shared/_footer.html.j2')
-rw-r--r--docs/templates/shared/_footer.html.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/templates/shared/_footer.html.j2 b/docs/templates/shared/_footer.html.j2
new file mode 100644
index 00000000..511f0b1f
--- /dev/null
+++ b/docs/templates/shared/_footer.html.j2
@@ -0,0 +1,10 @@
+ <footer>
+ <div class="container">
+ <p>This website is made with <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="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha256-Sk3nkD6mLTMOF0EOpNtsIry+s1CsaqQC1rVLTAy+0yc= sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
+ <script src="https://twitter.github.io/typeahead.js/releases/0.11.1/typeahead.bundle.js"></script>