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>
|
||||
</li>
|
||||
{{ end }}
|
||||
<li class="lg:hidden self-start -ml-2 mt-4">
|
||||
{{ partial "language-selector.html" . }}
|
||||
</li>
|
||||
</ul>
|
||||
<span class="lg:hidden self-start -ml-2 mt-4">
|
||||
{{ partial "language-selector.html" . }}
|
||||
</span>
|
||||
</nav>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet" />
|
||||
|
||||
{{ $style := resources.Get "style.css" }}
|
||||
|
|
Loading…
Reference in a new issue