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/18 15:19:25 UTC

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

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 <43...@users.noreply.github.com>
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" . }}