You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/02/20 20:31:39 UTC

[incubator-datasketches-website] branch master updated: Fix final 404s, hopefully :)

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new aeb662a  Fix final 404s, hopefully :)
aeb662a is described below

commit aeb662aefad8925ddb8fcbfb5a2ade248a5a4788
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Feb 20 12:31:17 2020 -0800

    Fix final 404s, hopefully :)
---
 _layouts/doc_page.html   |  1 -
 _layouts/table_page.html | 12 +-----------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/_layouts/doc_page.html b/_layouts/doc_page.html
index 3387090..43e2fe2 100644
--- a/_layouts/doc_page.html
+++ b/_layouts/doc_page.html
@@ -29,7 +29,6 @@
         {% include toc.html %}
       </div>
       <div class="col-md-9 doc-content">
-        <a class="btn btn-default btn-xs visible-xs-inline-block visible-sm-inline-block" href="/_includes/toc.html">Table of Contents</a>
         {{ content }}
       </div>
     </div>
diff --git a/_layouts/table_page.html b/_layouts/table_page.html
index 798365d..b50f233 100644
--- a/_layouts/table_page.html
+++ b/_layouts/table_page.html
@@ -25,18 +25,8 @@
   <div class="container">
     <div class="row">
       <div class="col-md-9 doc-content">
-        <p>
-          <a class="btn btn-default btn-xs visible-xs-inline-block visible-sm-inline-block" href="/_includes/toc.html">Table of Contents</a>
           {{ content }}
-      </div>
-      <!-- 
-        <div class="col-md-3">
-          <div class="searchbox" style="position:relative">
-            <gcse:searchbox-only></gcse:searchbox-only>
-          </div>
-          <div id="toc" class="nav toc hidden-print">
-          </div>
-        </div> -->
+      </div>>
     </div>
   </div>
 


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