diff options
author | Mark Powers <mark@marks.kitchen> | 2024-10-24 08:14:08 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2024-10-24 08:14:08 -0500 |
commit | 511cbfbafde4ff463751fadf8dd15d3b7eb41cea (patch) | |
tree | 6d89005ca5c8d83481cb794581887f5943175192 /themes/markskitchen/layouts/partials/header.html | |
parent | 4a7862b0f1c7cec898bfa08114819a74690d4962 (diff) |
Refactor theme usage
Diffstat (limited to 'themes/markskitchen/layouts/partials/header.html')
-rw-r--r-- | themes/markskitchen/layouts/partials/header.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/markskitchen/layouts/partials/header.html b/themes/markskitchen/layouts/partials/header.html deleted file mode 100644 index 97fec62..0000000 --- a/themes/markskitchen/layouts/partials/header.html +++ /dev/null @@ -1,13 +0,0 @@ -<header id="header"> - <h1> - <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> - </h1> - - <nav> - {{ range .Site.Menus.main }} - <span class="nav-bar-item"> - <a class="link" href="{{ .URL | safeURL }}">{{ .Name }}</a> - </span> - {{ end }} - </nav> -</header> |