diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-12 16:51:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-12 16:51:33 +0300 |
commit | bb43591de6826e1b953d575c40b1c69015749b57 (patch) | |
tree | 2c6f093f53471ef3e707693001ccf1deac79d473 /_includes/footer.html | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-bb43591de6826e1b953d575c40b1c69015749b57.tar.gz sorting-algorithms-bb43591de6826e1b953d575c40b1c69015749b57.zip |
footer update
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index feacbc5..dfc9727 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,10 +6,12 @@ <div style="display: table; width: 100%;"> <div style="display: table-row;"> <div style="display: table-cell;"> - <div class="text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/sorting_algorithms/tree/gh-pages#licensing">Licensing</a> for details.</small></div> + <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/sorting_algorithms/tree/gh-pages#licensing">Licensing</a> for details.</small></div> </div> + </div> + <div style="display: table-row;"> <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 class="text-center text-muted"><small>This blog was last updated on: {{ site.time | date_to_long_string }}.</small></div> </div> </div> </div> |