diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-28 03:25:08 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-28 03:25:08 +0900 |
| commit | 10722b6549c756f32dc8598da8afb5b3fd72f39b (patch) | |
| tree | d8a31393312989c31c8faf909739e987fe32e2cd /templates/header.html | |
| parent | b9b6e3db160853d0d52bd7df6215c4fa38693184 (diff) | |
static: replace artwork
Artwork is from http://www.rd-sounds.com/C83.html
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
