Add root-wood mark to the site header
deploy / deploy (push) Successful in 4s

Traced from a piece of petrified root wood the user owns, simplified into
a flat currentColor SVG so it matches the header text in both light and
dark mode, plus a bio line explaining the connection.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 13:12:07 -04:00
parent 3d197e5c9a
commit 2a5b1edf19
4 changed files with 35 additions and 2 deletions
+5 -1
View File
@@ -21,7 +21,11 @@
<header class="site">
<div class="inner">
<a class="brand" href="/">{{ .Site.Title }}</a>
{{ $rootMark := resources.Get "images/reground-root.svg" }}
<a class="brand" href="/">
{{ $rootMark.Content | safeHTML }}
<span>{{ .Site.Title }}</span>
</a>
<nav aria-label="Primary">
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>