summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/header/header-mobile-option.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/header/header-mobile-option.html')
-rw-r--r--themes/blowfish/layouts/partials/header/header-mobile-option.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/blowfish/layouts/partials/header/header-mobile-option.html b/themes/blowfish/layouts/partials/header/header-mobile-option.html
new file mode 100644
index 0000000..1703119
--- /dev/null
+++ b/themes/blowfish/layouts/partials/header/header-mobile-option.html
@@ -0,0 +1,5 @@
+{{ if .HasChildren }}
+ {{ partial "header/header-mobile-option-nested.html" . }}
+{{ else }}
+ {{ partial "header/header-mobile-option-simple.html" . }}
+{{ end }}