aboutsummaryrefslogtreecommitdiff
path: root/themes/even/layouts/partials/slideout.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/slideout.html
parentbf04383b34c4a4fdfe239de2805a30a051921002 (diff)
downloadcapotej.com-f24f2d15275961f1c0144e68fde75a60aeaaa165.tar.gz
move to bear theme
Diffstat (limited to 'themes/even/layouts/partials/slideout.html')
-rw-r--r--themes/even/layouts/partials/slideout.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/themes/even/layouts/partials/slideout.html b/themes/even/layouts/partials/slideout.html
deleted file mode 100644
index 42ed13e..0000000
--- a/themes/even/layouts/partials/slideout.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<div id="mobile-navbar" class="mobile-navbar">
- <div class="mobile-header-logo">
- <a href="{{ "/" | relLangURL }}" class="logo">
- {{- if .Site.Params.logoTitle -}}
- {{ .Site.Params.logoTitle }}
- {{- else -}}
- {{ .Site.Title }}
- {{- end -}}
- </a>
- </div>
- <div class="mobile-navbar-icon">
- <span></span>
- <span></span>
- <span></span>
- </div>
-</div>
-<nav id="mobile-menu" class="mobile-menu slideout-menu">
- <ul class="mobile-menu-list">
- {{ range .Site.Menus.main -}}
- <a href="{{ .URL | safeURL }}">
- <li class="mobile-menu-item">{{ .Name }}</li>
- </a>
- {{- end }}
- </ul>
-</nav> \ No newline at end of file