commit edf62923b2344abef2fb85e55ef957d862f10cf1 parent 538e3d53bca62692adc482e1e5a795ddb5b0fd21 Author: breadcat <peter@minskio.co.uk> Date: Sun, 28 Jun 2020 14:39:15 +0100 They're all dictionaries Fuggedaboutit Diffstat:
M | themes/Brine/layouts/_default/languages.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/Brine/layouts/_default/languages.html b/themes/Brine/layouts/_default/languages.html @@ -1,5 +1,5 @@ {{ define "main" }} <h1>{{ .Title }}</h1> {{ .Content }} <ul>{{ range sort .Site.Taxonomies.language.dictionary ".Page.RelPermalink" }} - <li><a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a></li>{{ end }} + <li><a href="{{ .Page.RelPermalink }}">{{ replace .Page.Title "Dictionary" "" }}</a></li>{{ end }} </ul>{{ end }}