Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-06-08 18:31:45 +0300
committertosi29 <tosi16@gmail.com>2019-06-08 18:31:45 +0300
commitc6cb6ece2001349c41145ae1eb16fbab318d3f88 (patch)
tree49497922d4401ebd7cf25354bea196072b4e4bab
parentbc309eadab4e8d65da697fe6c7488bf3bba45b9a (diff)
Fix link of option menu in mobile
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index a6ee85e..eba930c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -16,7 +16,7 @@
{{- end }}
{{- end }}
</ul>
- <select>
+ <select onChange="location.href=value;">
{{- $currentNode := . }}
{{- range sort .Site.Menus.main }}
{{- if .Name}}