mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fall back to index if translation for the page doesn't exist (#313)
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
{{ if .Site.IsMultiLingual }}
|
{{ if .Site.IsMultiLingual }}
|
||||||
{{ $node := . }}
|
{{ $node := . }}
|
||||||
{{ .Scratch.Set "separator" true }}
|
{{ .Scratch.Set "separator" true }}
|
||||||
{{ range .Translations }}
|
{{ range (default .Site.Home.AllTranslations .Translations) }}
|
||||||
{{ if ne $.Site.Language .Language }}
|
{{ if ne $.Site.Language .Language }}
|
||||||
{{ if $node.Scratch.Get "separator" }}
|
{{ if $node.Scratch.Get "separator" }}
|
||||||
<li class="navigation-item menu-separator">
|
<li class="navigation-item menu-separator">
|
||||||
|
|||||||
Reference in New Issue
Block a user