aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 12:58:17 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 12:58:17 +0300
commitf7c3137844795426041a6e1577296d2b803028aa (patch)
treef4bc298f9ce0376b0566215b5910965de5bf7f97 /layouts/partials/footer.html
parente319e8a03b9be578497929e96627acd721abad5f (diff)
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1917788..3838be6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -5,6 +5,14 @@
<cite>2007—{{ now.Year }} Александр NeonXP Кирюхин. г.Казань</cite>
</div>
<div class="col">
+ {{ with .GitInfo }}
+ <ul class="list-unstyled float-end">
+ <li>Коммит: {{ .AbbreviatedHash }}</li>
+ <li>Дата: {{ .AuthorDate.Format "2006-01-02" }}</li>
+ </ul>
+ {{ end }}
+ </div>
+ <div class="col">
<ul class="list-unstyled float-end">
<li><a href="https://git.neonxp.ru/blog.git">Исходный код</a></li>
<li><a href="mailto:i@neonxp.ru" rel="me">Электропочта</a></li>