This commit is contained in:
Debian
2025-09-08 23:58:12 +02:00
commit 8e10c0e458
35 changed files with 1229 additions and 0 deletions

19
templates/footer.ftl Normal file
View File

@ -0,0 +1,19 @@
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit">&copy; 2014 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake ${version}</a></p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="<#if (content.rootpath)??>${content.rootpath}<#else></#if>js/jquery-1.11.1.min.js"></script>
<script src="<#if (content.rootpath)??>${content.rootpath}<#else></#if>js/bootstrap.min.js"></script>
<script src="<#if (content.rootpath)??>${content.rootpath}<#else></#if>js/prettify.js"></script>
</body>
</html>