Author: lewismc
Date: Tue Apr 24 15:15:17 2018
New Revision: 1830009
URL: http://svn.apache.org/viewvc?rev=1830009&view=rev
Log:
Remove sharethis social media widgets
Modified:
gora/site/trunk/templates/std.html
Modified: gora/site/trunk/templates/std.html
URL:
http://svn.apache.org/viewvc/gora/site/trunk/templates/std.html?rev=1830009&r1=1830008&r2=1830009&view=diff
==============================================================================
--- gora/site/trunk/templates/std.html (original)
+++ gora/site/trunk/templates/std.html Tue Apr 24 15:15:17 2018
@@ -75,12 +75,6 @@ under the License.
<link rel="apple-touch-icon-precomposed"
href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="{{base}}resources/img/feather-small.png">
- <!-- START SOCIAL MEDIA WIDGETS -->
- <!-- Share This -->
- <script type="text/javascript">var switchTo5x=true;</script>
- <script type="text/javascript"
src="http://w.sharethis.com/button/buttons.js"></script>
- <script type="text/javascript"
src="http://s.sharethis.com/loader.js"></script>
- <!-- END SOCIAL MEDIA WIDGETS -->
<title>Apache Gora™ - {% block title %}{{ headers.title }}{% endblock
%}</title>
</head>
@@ -163,7 +157,7 @@ under the License.
<div class="container">
<footer>
- <p>Copyright © 2010-2015 The Apache Software Foundation. Licensed under
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ <p>Copyright © 2010-2018 The Apache Software Foundation. Licensed under
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
</p>
<p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache
Gora project logo are trademarks of The Apache Software Foundation.
</p>
@@ -177,9 +171,5 @@ under the License.
<script
src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js";
type="text/javascript"></script>
<script src="/resources/js/bootstrap.min.js"></script>
<script type="text/javascript">stLight.options({publisher:
"4059fafd-3891-49f9-8c96-e4100290d8e6", doNotHash: false, doNotCopy: false,
hashAddressBar: false});</script>
- <script>
- var options={ "publisher": "4059fafd-3891-49f9-8c96-e4100290d8e6",
"scrollpx": 50, "ad": { "visible": false}, "chicklets": { "items":
["sharethis", "facebook", "twitter", "linkedin", "pinterest", "email",
"googleplus"]}};
- var st_pulldown_widget = new sharethis.widgets.pulldownbar(options);
- </script>
</body>
</html>