diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 01:14:01 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 11:34:02 +0100 |
commit | ada3a8eab37090c9583d5ef34342fdf06ac40b74 (patch) | |
tree | ae201c6f01bc594618231208ada990b772bce34d /web/template/cgit/footer.html | |
parent | 8e06a607c887664ed5fc0f4e5d77d5cc50413e53 (diff) | |
download | aurweb-ada3a8eab37090c9583d5ef34342fdf06ac40b74.tar.xz |
Use the AUR footer in cgit
Use the footer that is already used in other parts of the AUR website
instead of the footer from the main Arch Linux website.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/cgit/footer.html')
-rw-r--r-- | web/template/cgit/footer.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/web/template/cgit/footer.html b/web/template/cgit/footer.html index dbbc2cd..f90aeb7 100644 --- a/web/template/cgit/footer.html +++ b/web/template/cgit/footer.html @@ -1,8 +1,6 @@ -<div class="foot" style="padding-left:1em;padding-right:1em;"> -<p>Copyright © 2002-2014 <a href="mailto:jvinet@zeroflux.org" -title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" -title="contact Aaron Griffin">Aaron Griffin</a>. The Arch Linux name and logo -are recognized trademarks. Some rights reserved. The registered trademark -Linux© is used pursuant to a sublicense from LMI, the exclusive licensee -of Linus Torvalds, owner of the mark on a world-wide basis.</p> +<div id="footer"> + <p> + Copyright © 2004-2014 AUR Development Team – + <strong>Unsupported packages are user produced content. Any use of the provided files is at your own risk.</strong> + </p> </div> |