fixed language switcher
This commit is contained in:
parent
ee51534a34
commit
fa2d300c90
3 changed files with 3 additions and 3 deletions
0
exampleSite/.hugo_build.lock
Normal file
0
exampleSite/.hugo_build.lock
Normal 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 }}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue