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.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 657e7b5..99ec25a 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,4 +1,4 @@
-<footer class="bd-footer py-4 py-md-5 mt-5 bg-body-tertiary">
+<footer class="bd-footer py-4 py-md-5 mt-5 bg-body-tertiary shadow">
<div class="container">
<div class="row">
<div class="col">
@@ -9,16 +9,17 @@
</ul>
</div>
<div class="col d-flex justify-content-center">
- {{ with .GitInfo }}
- <ul class="list-unstyled">
- <li>Коммит: {{ .AbbreviatedHash }}</li>
- <li>Дата сборки: {{ .AuthorDate.Format "2006-01-02" }}</li>
- </ul>
- {{ end }}
+ <ul class="list-unstyled">
+ <li>Коммит: {{ .GitInfo.AbbreviatedHash }}</li>
+ <li>Дата сборки: {{ .GitInfo.AuthorDate.Format "2006-01-02" }}</li>
+ {{ with .File }}
+ <li><a href="https://git.neonxp.ru/blog.git/tree/content/{{.Path}}">Исходный код файла</a></li>
+ {{ end }}
+ </ul>
</div>
<div class="col">
<ul class="list-unstyled float-end">
- <li><a href="https://git.neonxp.ru/blog.git">Исходный код</a></li>
+ <li><a href="https://git.neonxp.ru/blog.git">Исходный код блога</a></li>
<li><a href="mailto:i@neonxp.ru" rel="me">Электропочта</a></li>
<li><a href="https://neonxp.ru/posts/index.xml">РСС</a></li>
</ul>