From 4c615feb70175f4e453f1e16479b481f35d3b0cd Mon Sep 17 00:00:00 2001 From: Tobias Hagemann Date: Sat, 1 Mar 2025 21:42:32 +0100 Subject: [PATCH] fixes #123 --- layouts/_default/baseof.html | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5c9061276..2e03d461e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -23,9 +23,6 @@ {{ range .Params.tags }} {{ end }} - - - {{ else if (eq .Type "article") }} @@ -34,15 +31,6 @@ - {{ if .Params.Ogimage }} - - - - {{ else }} - - - - {{ end }} {{ else }} @@ -50,9 +38,15 @@ - - - + {{ end }} + {{ if .Params.Ogimage }} + + + + {{ else }} + + + {{ end }} {{ range .Translations }}