You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/07/20 01:54:16 UTC

[iceberg-docs] branch main updated: Hardcode logo href to https://iceberg.apache.org/ (#114)

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

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


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

commit 53456e45e1d1cccef667a24f00a2a793620b3f64
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Tue Jul 19 21:54:10 2022 -0400

    Hardcode logo href to https://iceberg.apache.org/ (#114)
---
 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 c745b598..b63fc257 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" . }}