forked from NoLog.cz/public-web
Fix stuff
This commit is contained in:
parent
c20ee261a8
commit
2149b008ec
2 changed files with 3 additions and 4 deletions
|
@ -21,8 +21,8 @@
|
||||||
>{{ .Name }}</a>
|
>{{ .Name }}</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="lg:hidden self-start -ml-2 mt-4">
|
|
||||||
{{ partial "language-selector.html" . }}
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
<span class="lg:hidden self-start -ml-2 mt-4">
|
||||||
|
{{ partial "language-selector.html" . }}
|
||||||
|
</span>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet" />
|
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet" />
|
||||||
|
|
||||||
{{ $style := resources.Get "style.css" }}
|
{{ $style := resources.Get "style.css" }}
|
||||||
|
|
Reference in a new issue