diff options
Diffstat (limited to 'bin/gen-eclass-html.sh')
-rwxr-xr-x | bin/gen-eclass-html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index 65b70f0..7897f68 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -18,8 +18,8 @@ IFS='' read -r -d '' FOOTER << 'EOF' <div class="row"> <div class="col-xs-2 col-sm-3 col-md-2"><ul class="footerlinks three-icons"> <li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li> -<li><a href="https://plus.google.com/+Gentoo" title="+Gentoo on Google+"><span class="fa fa-google-plus fa-fw"></span></a></li> <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li> +<li></li> </ul></div> <div class="col-xs-10 col-sm-9 col-md-10"> <strong>Copyright (C) 2001-2019 Gentoo Foundation, Inc.</strong><br><small> |