aboutsummaryrefslogtreecommitdiff
path: root/themes/even/layouts/partials/header.html
diff options
context:
space:
mode:
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