aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 14:37:33 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 14:37:33 +0300
commit47fc02a8c71af4926148beb5d5cc0fc221aa5429 (patch)
treee2e5922b7fc16f3d25b02cd345ad534991d38629 /layouts/partials/footer.html
parent017c7b792f3e679f61b004ec132a36f866b39e9b (diff)
Auto-commit 2024-12-15
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>