Table of contents
This commit is contained in:
@@ -5,7 +5,7 @@ aliases: []
|
||||
categories: ['meta']
|
||||
series: []
|
||||
tags: ["Info","Meta"]
|
||||
toc: false
|
||||
toc: true
|
||||
title: Welkom!
|
||||
description: Bestemmingspagina voor Siverts GitHub Pages blog en portfolio.
|
||||
---
|
||||
|
@@ -5,7 +5,7 @@ aliases: []
|
||||
categories: ['meta']
|
||||
series: []
|
||||
tags: ['info', 'meta']
|
||||
toc: false
|
||||
toc: true
|
||||
title: Velkommen!
|
||||
description: Landings side for Siverts GitHub Pages blog og portefølje.
|
||||
---
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{{ if .IsTranslated }}<h6>{{ T "translations" }}:</h6>
|
||||
<ul>{{ range .Translations }}
|
||||
<li>
|
||||
<a href='{{ .RelPermalink }}'>{{ .Lang }}: {{ .Title }}{{ if .IsPage }} ({{ i18n "wordCount" . }}){{ end }}</a>
|
||||
<a href='{{ .RelPermalink }}'>{{ .Language.LanguageName }}: {{ .Title }}{{ if .IsPage }} ({{ i18n "wordCount" . }}){{ end }}</a>
|
||||
</li>{{ end }}
|
||||
</ul>{{ end }}
|
Reference in New Issue
Block a user