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:
authorRohan Verma <hello@rohanverma.net>2020-05-19 22:29:46 +0300
committerRohan Verma <hello@rohanverma.net>2020-05-19 22:29:46 +0300
commit650bca6a8895ed1e9b0858a1975b263cfca84b2b (patch)
tree2e970ee7510ae6c9e8839aec13a7204c72879cec
parentb5a34bd70b13c6e85f7bce14bbf70192ea5f804f (diff)
fix: minor footer issues
-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;
}