diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-06 06:17:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-06 06:17:59 +0300 |
commit | 4e11e6d5364a12650b9a139495bd5a73943ae56a (patch) | |
tree | 061edcaa62c6b7f65f80109c42b2181840a89250 /_includes/footer.html | |
download | sorting-algorithms-4e11e6d5364a12650b9a139495bd5a73943ae56a.tar.gz sorting-algorithms-4e11e6d5364a12650b9a139495bd5a73943ae56a.zip |
initial commit
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..3bfc5a2 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,23 @@ + </div> + </div> + <div class="block"> + <footer class="navbar-default"> + <div class="container"> + <div style="display: table; width: 100%;"> + <div style="display: table-row;"> + <div style="display: table-cell;"> + <div class="text-mutex"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/egor-tensin.github.io#licensing">Licensing</a> for details.</small></div> + </div> + <div style="display: table-cell;"> + <div class="text-right text-muted"><small>This blog was last updated on: {{ site.time | date_to_long_string }}.</small></div> + </div> + </div> + </div> + </div> + </footer> + </div> + </div> + <script src="//code.jquery.com/jquery-1.11.0.js"></script> + <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.js"></script> + </body> +</html> |