aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-09-03 00:54:35 +0200
committerMax Magorsch <arzano@gentoo.org>2020-09-03 00:54:35 +0200
commitfb9bb2b9953a76566b524e1b999a6d5ce61cbcb3 (patch)
treed84c86a55fcc9035f809644e652b45dcafd833cd
parentAdd arm64 to downloads page (diff)
downloadwww-fb9bb2b9953a76566b524e1b999a6d5ce61cbcb3.tar.gz
www-fb9bb2b9953a76566b524e1b999a6d5ce61cbcb3.tar.bz2
www-fb9bb2b9953a76566b524e1b999a6d5ce61cbcb3.zip
Add version to the footer
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r--_includes/layout/footer.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/_includes/layout/footer.html b/_includes/layout/footer.html
index 325bb90..7529670 100644
--- a/_includes/layout/footer.html
+++ b/_includes/layout/footer.html
@@ -28,7 +28,7 @@
</div>
</div>
</div>
- <div class="col-xs-9 col-md-9">
+ <div class="col-xs-7 col-md-7">
<strong>&copy; {{ site.copyrightyears }} Gentoo Authors</strong><br>
<small>
Gentoo is a trademark of the Gentoo Foundation, Inc.
@@ -37,6 +37,12 @@
The <a href="/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply.
</small>
</div>
+ <div class="col-xs-2 col-md-2">
+ <strong><a class="text-dark" href="https://www.gentoo.org/inside-gentoo/contact/">Contact</a></strong><br>
+ <small>
+ <%= `git describe --tags` %>
+ </small>
+ </div>
</div>
</div>
</footer>