small fixes

This commit is contained in:
teldra 2022-04-05 14:04:14 +02:00
parent 93c87a8100
commit 864c898f98
2 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<body>
<div class="container">
<header>
{{ partialCached "structure/header" . }}
{{ partial "structure/header" . }}
{{ partial "structure/submenu" . }}
</header>
<div class="content">

View File

@ -1,7 +1,3 @@
{{ define "title" }}
not Translated
{{ end }}
{{ $all_lang := $.Site.Home.Translations }}
{{ range site.RegularPages }}
<a href="{{ .Permalink}}">{{ .Name }}:</a>