aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-12 16:46:06 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-12 16:46:06 +0300
commit9956325ba3cd0088cfba4d91a0e9decfffe6d09d (patch)
tree7dc0f947e876c8b72f96a1cb11653ddb8f6a13e1 /_includes
parentbump dependencies (diff)
downloadegor-tensin.github.io-9956325ba3cd0088cfba4d91a0e9decfffe6d09d.tar.gz
egor-tensin.github.io-9956325ba3cd0088cfba4d91a0e9decfffe6d09d.zip
footer update
Diffstat (limited to '')
-rw-r--r--_includes/footer.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 8c2a9ed..0ac62f1 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/egor-tensin.github.io#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/egor-tensin.github.io#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 page was last updated on: {{ site.time | date_to_long_string }}.</small></div>
+ <div class="text-center text-muted"><small>This page was last updated on: {{ site.time | date_to_long_string }}.</small></div>
</div>
</div>
</div>