We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5907497 commit 879431dCopy full SHA for 879431d
layouts/partials/header.html
@@ -26,7 +26,10 @@
26
{{ range site.Menus.main }}
27
{{ if .HasChildren }}
28
<li class="nav-item dropdown">
29
- <a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
+ <a class="nav-link dropdown-toggle d-none d-xl-block" href="{{ .URL | relURL }}" role="button">
30
+ {{ .Name }}
31
+ </a>
32
+ <a class="nav-link dropdown-toggle d-block d-xl-none" href="{{ .URL | relURL }}" role="button" data-toggle="dropdown" >
33
{{ .Name }}
34
</a>
35
<div class="dropdown-menu shadow-lg" style="padding: 1rem 0.25rem;">
tina/tina-lock.json
0 commit comments