Added: info

This commit is contained in:
2025-12-09 22:11:29 +01:00
parent 8d367fa656
commit 776da9dc4b
142 changed files with 2040 additions and 56398 deletions

View File

@@ -64,14 +64,14 @@
</li>
</ul>
<!-- for mobile -->
<!-- for mobile
<div class="d-lg-none d-block">
{{ range site.Params.nav_button }}
<a href="{{ .link | absLangURL }}"
class="btn btn-sm {{if eq .style `outline`}}btn-outline-primary{{else}}btn-primary{{end}} ms-lg-4">{{ i18n .label }}</a>
{{ end }}
</div>
<!-- /for mobile -->
/for mobile -->
</div>
{{if not .IsHome }}
@@ -82,14 +82,14 @@
</form>
{{ end }}
<!-- for desktop -->
<!-- for desktop
<div class="d-lg-flex d-none">
{{ range site.Params.nav_button }}
<a href="{{ .link | absLangURL }}"
class="btn btn-sm {{if eq .style `outline`}}btn-outline-primary{{else}}btn-primary{{end}} ms-lg-4">{{ i18n .label }}</a>
{{ end }}
</div>
<!-- /for desktop -->
/for desktop -->
</nav>
</div>
</header>