aboutsummaryrefslogtreecommitdiff
path: root/themes/even/layouts/partials/header.html
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-24 03:20:47 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-24 03:20:47 +0000
commitf24f2d15275961f1c0144e68fde75a60aeaaa165 (patch)
tree38be1626f3ade436fbd17eadb2753fa2f0effb37 /themes/even/layouts/partials/header.html
parentbf04383b34c4a4fdfe239de2805a30a051921002 (diff)
downloadcapotej.com-f24f2d15275961f1c0144e68fde75a60aeaaa165.tar.gz
move to bear theme
Diffstat (limited to 'themes/even/layouts/partials/header.html')
-rw-r--r--themes/even/layouts/partials/header.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/even/layouts/partials/header.html b/themes/even/layouts/partials/header.html
deleted file mode 100644
index 3592e88..0000000
--- a/themes/even/layouts/partials/header.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<div class="logo-wrapper">
- <a href="{{ "/" | relLangURL }}" class="logo">
- {{- if .Site.Params.logoTitle -}}
- {{ .Site.Params.logoTitle }}
- {{- else -}}
- {{ .Site.Title }}
- {{- end -}}
- </a>
-</div>
-
-<nav class="site-navbar">
- <ul id="menu" class="menu">
- {{ range .Site.Menus.main -}}
- <li class="menu-item">
- <a class="menu-item-link" href="{{ .URL | safeURL }}">{{ .Name }}</a>
- </li>
- {{- end }}
- </ul>
-</nav> \ No newline at end of file