aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-12 17:36:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-12 17:36:59 +0300
commitc65b2c3124d11d9598421051890177074cd7b472 (patch)
tree2b3d6aeb824b81705813b0e2c3dec8285458b468 /_includes
parentbump dependencies (diff)
downloadjekyll-theme-c65b2c3124d11d9598421051890177074cd7b472.tar.gz
jekyll-theme-c65b2c3124d11d9598421051890177074cd7b472.zip
footer update
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 48e5ce2..2159e5b 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/cpp_tips/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/cpp_tips/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>