This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new b211c8b82d site: use jinja comment in header.html override (#14459)
b211c8b82d is described below
commit b211c8b82d0f52207497e7e4db1004db9f18abfa
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Oct 31 19:27:20 2025 -0700
site: use jinja comment in header.html override (#14459)
---
site/overrides/partials/header.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/overrides/partials/header.html
b/site/overrides/partials/header.html
index 62b02698b6..d18c0745ab 100644
--- a/site/overrides/partials/header.html
+++ b/site/overrides/partials/header.html
@@ -1,4 +1,4 @@
-<!--
+{#-
Copyright (c) 2016-2023 Martin Donath <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -18,7 +18,7 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
--->
+-#}
<!-- Determine classes -->
{% set class = "md-header" %} {% if "navigation.tabs.sticky" in features %} {%