This is an automated email from the ASF dual-hosted git repository.
aicam pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/incubator-texera-site.git
The following commit(s) were added to refs/heads/staging by this push:
new 6330cba fix: logo
6330cba is described below
commit 6330cba8eedfe016d9f913b6ffe4f21256ac2bfb
Author: ali <[email protected]>
AuthorDate: Tue Jan 6 13:45:37 2026 -0800
fix: logo
---
layouts/partials/favicons.html | 2 +-
layouts/partials/navbar.html | 4 +---
{assets/icons => static/images}/logo.png | Bin
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/layouts/partials/favicons.html b/layouts/partials/favicons.html
index 2ba0d1f..5ebd9bf 100644
--- a/layouts/partials/favicons.html
+++ b/layouts/partials/favicons.html
@@ -1,4 +1,4 @@
<!-- Favicons as generated by http://cthedot.de/icongen -->
<link rel="shortcut icon" href="{{ "favicons/favicon.ico" | relURL }}" >
<link rel="apple-touch-icon" href="{{ "favicons/favicon.ico" | relURL }}">
-<link rel="icon" type="image/png" href="{{ "icons/logo.png" | relURL }}">
\ No newline at end of file
+<link rel="icon" type="image/png" href="{{ "images/logo.png" | relURL }}">
\ No newline at end of file
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index 246d120..1617e35 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -10,9 +10,7 @@
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}">
{{- /**/ -}}
<span class="navbar-brand__logo navbar-logo">
- {{ with resources.Get "icons/logo.png" }}
- <img src="{{ .RelPermalink }}" alt="{{ $.Site.Title }}"
height="40" class="brand-logo">
- {{ end }}
+ <img src="{{ "images/logo.png" | relURL }}" alt="{{ $.Site.Title
}}" height="40" class="brand-logo">
</span>
{{- /**/ -}}
<span class="navbar-brand__name">
diff --git a/assets/icons/logo.png b/static/images/logo.png
similarity index 100%
rename from assets/icons/logo.png
rename to static/images/logo.png