summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-28 03:25:08 +0900
committerOphestra <cat@gensokyo.uk>2025-06-28 03:25:08 +0900
commit10722b6549c756f32dc8598da8afb5b3fd72f39b (patch)
treed8a31393312989c31c8faf909739e987fe32e2cd /templates
parentb9b6e3db160853d0d52bd7df6215c4fa38693184 (diff)
static: replace artwork
Artwork is from http://www.rd-sounds.com/C83.html
Diffstat (limited to 'templates')
-rw-r--r--templates/footer.html2
-rw-r--r--templates/header.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/footer.html b/templates/footer.html
index b1db77bb..00e5810b 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,5 +1,5 @@
<footer>
- <a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>GrapheneOS</a>
+ <a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>Hakurei</a>
<ul id="social">
<li><a href="https://discuss.grapheneos.org/">Forum</a></li>
<li><a href="https://discord.com/invite/grapheneos">Discord</a></li>
diff --git a/templates/header.html b/templates/header.html
index f73a3eb1..d37d234c 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,7 +1,7 @@
<header>
<nav id="site-menu">
<ul>
- <li {% if current_page == "/" %}aria-current="page"{% endif %}><a href="/"><img src="[[path|/mask-icon.svg]]" alt=""/>GrapheneOS</a></li>
+ <li {% if current_page == "/" %}aria-current="page"{% endif %}><a href="/"><img src="[[path|/mask-icon.svg]]" alt=""/>Hakurei</a></li>
<li {% if current_page == "features" %}aria-current="page"{% endif %}><a href="/features.html">Features</a></li>
<li {% if current_page == "install" %}aria-current="page"{% endif %}><a href="/install/">Install</a></li>
<li {% if current_page == "build" %}aria-current="page"{% endif %}><a href="/build.html">Build</a></li>