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.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>