summaryrefslogtreecommitdiff
path: root/site/themes/hugo-starter/layouts/partials/nav.html
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-13 12:00:03 -0400
committertriethyl <triethylammonium@pm.me>2025-10-13 12:00:03 -0400
commit2496db965db4fa48197cb31c7750b2a16523ed32 (patch)
treece174f1f94426c8727a31680e0c8e415e998ba66 /site/themes/hugo-starter/layouts/partials/nav.html
parentb2393801585b7e152ffbffb3226f720e66454ea6 (diff)
renamed theme and added content
Diffstat (limited to 'site/themes/hugo-starter/layouts/partials/nav.html')
-rw-r--r--site/themes/hugo-starter/layouts/partials/nav.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/site/themes/hugo-starter/layouts/partials/nav.html b/site/themes/hugo-starter/layouts/partials/nav.html
deleted file mode 100644
index cef3405..0000000
--- a/site/themes/hugo-starter/layouts/partials/nav.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<header class="site-header">
- <nav class="navbar">
- <div>
- <a class="logo" href="{{ .Site.BaseURL }}">
- {{ .Site.Title }}
- </a>
- <button type="button" id="toggleTheme" data-theme-toggle aria-label="switch theme"></button>
- </div>
- <ul class="nav-links">
- {{ range.Site.Menus.main }}
- <li>
- <a href="{{ .URL }}">{{ .Name }}</a>
- </li>
- {{ end }}
- </ul>
- </nav>
-</header>