You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tac.apache.org by gm...@apache.org on 2023/02/27 18:27:36 UTC

[tac-website] branch main updated: remove google search, not needed

This is an automated email from the ASF dual-hosted git repository.

gmcdonald pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tac-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 54bb437  remove google search, not needed
54bb437 is described below

commit 54bb4379228c04412d280c092dc6ba934af9600a
Author: gmcdonald <gm...@apache.org>
AuthorDate: Mon Feb 27 19:27:20 2023 +0100

    remove google search, not needed
---
 layouts/_default/baseof.html | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 41cb9ec..6024e7d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -30,14 +30,6 @@
   <link href="/css/main.css" rel="stylesheet" media="screen">
   <link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
   <style type="text/css">
-      /* Google Search box customizations */
-      .gsc-search-box input.gsc-input, .gcse-search-box input.gsc-input:focus {
-          -webkit-box-shadow:none;
-          box-shadow:none;
-          -moz-box-shadow:none;
-          border-radius:0px;
-      }
-
       .footer {
           text-align:center;
           color:grey;
@@ -108,9 +100,6 @@
         <div class="col-md-9">
           <h3 class="mt-3 text-muted">The Apache Software Foundation</h3>
         </div>
-        <div class="col-md-3 pull-right">
-          <div class="gcse-search"></div>
-        </div>
         <div class="col-md-12"><h4 class="text-muted">TAC</h4></div>
       </section>
       {{ partial "breadcrumbs.html" . }}
@@ -152,17 +141,5 @@
 
   <script src="/js/jquery-1.9.1.min.js"></script>
   <script src="/js/bootstrap.min.js"></script>
-  <script>
-    (function() {
-      var cx = '012254517474945470291:vhsfv7eokdc';
-      var gcse = document.createElement('script');
-      gcse.type = 'text/javascript';
-      gcse.async = true;
-      gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
-          '//www.google.com/cse/cse.js?cx=' + cx;
-      var s = document.getElementsByTagName('script')[0];
-      s.parentNode.insertBefore(gcse, s);
-    })();
-  </script>
 </body>
 </html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tac.apache.org
For additional commands, e-mail: commits-help@tac.apache.org