aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3838be6..d2ac395 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,11 +2,15 @@
<div class="container">
<div class="row">
<div class="col">
- <cite>2007—{{ now.Year }} Александр NeonXP Кирюхин. г.Казань</cite>
+ <ul class="list-unstyled">
+ <li><cite>2007—{{ now.Year }}</cite></li>
+ <li><cite></cite>Александр NeonXP Кирюхин</cite></li>
+ <li><cite>г.Казань</cite></li>
+ </ul>
</div>
- <div class="col">
+ <div class="col d-flex justify-content-center">
{{ with .GitInfo }}
- <ul class="list-unstyled float-end">
+ <ul class="list-unstyled">
<li>Коммит: {{ .AbbreviatedHash }}</li>
<li>Дата: {{ .AuthorDate.Format "2006-01-02" }}</li>
</ul>