small fixes
This commit is contained in:
parent
93c87a8100
commit
864c898f98
|
@ -5,7 +5,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
{{ partialCached "structure/header" . }}
|
||||
{{ partial "structure/header" . }}
|
||||
{{ partial "structure/submenu" . }}
|
||||
</header>
|
||||
<div class="content">
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
{{ define "title" }}
|
||||
not Translated
|
||||
{{ end }}
|
||||
|
||||
{{ $all_lang := $.Site.Home.Translations }}
|
||||
{{ range site.RegularPages }}
|
||||
<a href="{{ .Permalink}}">{{ .Name }}:</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user