fixed language switcher

This commit is contained in:
Somrat 2021-12-18 12:24:57 +06:00
parent ee51534a34
commit fa2d300c90
3 changed files with 3 additions and 3 deletions

View file

View file

@ -13,7 +13,7 @@
{{ else }}
{{ "<!-- header -->" | safeHTML }}
<header class="shadow-bottom sticky-top bg-white">
{{ partialCached "navigation.html" . }}
{{ partial "navigation.html" . }}
</header>
{{ "<!-- /header -->" | safeHTML }}
{{ end }}

View file

@ -1,8 +1,8 @@
{{ define "main" }}
{{ if .Content }}
<section class="section text-center">
<div class="container-fluid">
<section class="section text-center pb-0">
<div class="container">
{{ .Content }}
</div>
</section>