Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhnvrm/bodhi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--static/css/style.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7127a9e..2133839 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,5 @@
<div id="footer" class="light small">
-© 2019 - {{ .Site.Params.Author }}.
+© {{ dateFormat "2006" now }} - {{ .Site.Params.Author }}.
{{ with .Site.Params.FooterMessage }}
<br>
{{ . }}
diff --git a/static/css/style.css b/static/css/style.css
index 8568ad9..c8528ad 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -222,6 +222,7 @@ pre {
#footer {
padding-top: 50px;
+ padding-bottom: 50px;
margin-top: auto;
}