From fd25fe83a61595e50a695a10e51289e8f5cddc98 Mon Sep 17 00:00:00 2001 From: Pieter De Praetere Date: Mon, 18 Jan 2021 21:52:14 +0100 Subject: [PATCH] Minor bugfix --- themes/fosdem/layouts/stands/single.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/fosdem/layouts/stands/single.html b/themes/fosdem/layouts/stands/single.html index 4901264..4e9c76f 100644 --- a/themes/fosdem/layouts/stands/single.html +++ b/themes/fosdem/layouts/stands/single.html @@ -1,5 +1,9 @@ {{ define "title" }} +{{ if .Title }} {{ .Parent.Title }} - {{ .Title }} +{{ else }} +{{ .Parent.Title }} - {{ .File.TranslationBaseName }} +{{ end }} {{ end }} {{ define "main" }}
-- 2.30.2