aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes/layout/footer.html')
-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>