diff options
author | Brian Evans <grknight@gentoo.org> | 2019-04-19 09:14:46 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-04-19 09:14:46 -0400 |
commit | 0560e898971b8e26c945dc3b0c4e8185249daa1f (patch) | |
tree | bf25abff8d70c98e7b2762e927e3d21980b6a2e4 /bin | |
parent | ebuild-writing/variables: Move PROPERTIES to proper place. (diff) | |
download | devmanual-0560e898971b8e26c945dc3b0c4e8185249daa1f.tar.gz devmanual-0560e898971b8e26c945dc3b0c4e8185249daa1f.tar.bz2 devmanual-0560e898971b8e26c945dc3b0c4e8185249daa1f.zip |
Remove defunct Google+
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'bin')
-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> |