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

blue pushed a commit to branch 0.13.2
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/0.13.2 by this push:
     new cb53bdd8 Hardcode logo href to https://iceberg.apache.org/ (#115)
cb53bdd8 is described below

commit cb53bdd8bea86c9b8101abb917db86fcafdebd00
Author: Samuel Redai <[email protected]>
AuthorDate: Mon Jul 18 11:19:21 2022 -0400

    Hardcode logo href to https://iceberg.apache.org/ (#115)
---
 iceberg-theme/layouts/partials/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iceberg-theme/layouts/partials/header.html 
b/iceberg-theme/layouts/partials/header.html
index 17072af4..c118a5be 100644
--- a/iceberg-theme/layouts/partials/header.html
+++ b/iceberg-theme/layouts/partials/header.html
@@ -23,7 +23,7 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </button>
-                <a class="page-scroll navbar-brand" href="{{ .Site.BaseURL 
}}"><img class="top-navbar-logo" src="{{ .Site.BaseURL 
}}/img/iceberg-logo-icon.png"/> {{ .Site.Title }}</a>
+                <a class="page-scroll navbar-brand" 
href="https://iceberg.apache.org/";><img class="top-navbar-logo" src="{{ 
.Site.BaseURL }}/img/iceberg-logo-icon.png"/> {{ .Site.Title }}</a>
             </div>
                 {{ partial "search.html" . }}
                 {{ partial "version-dropdown.html" . }}

Reply via email to