-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathfooter.html
More file actions
11 lines (10 loc) · 918 Bytes
/
footer.html
File metadata and controls
11 lines (10 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
<footer class="footer">
<div class="container">
<p class="text-center">
{{ site.title }} {{ site.time | date: '%Y' }} |
Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a> |
<a href="https://www.iubenda.com/privacy-policy/93470831" class="iubenda-white iubenda-embed" title="Privacy Policy ">Privacy Policy</a><script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script>
</p>
<!-- <p class="text-muted">Place sticky footer content here.</p> -->
</div>
</footer>