From 8ffe8fbf7d27504a5f0b0592b12896e80e53a151 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 24 Apr 2026 12:15:10 +0200 Subject: [PATCH] Add the canonical tags --- templates/_includes/meta.html | 26 ++++++++++++++++---------- templates/default.html | 10 +--------- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/templates/_includes/meta.html b/templates/_includes/meta.html index d649432..267a612 100644 --- a/templates/_includes/meta.html +++ b/templates/_includes/meta.html @@ -1,19 +1,25 @@ - + + + + + + + $if(published)$ - - + + $else$ - + $endif$ $if(tags)$ - - + + $endif$ - - + + $if(teaser)$ - + $else$ - + $endif$ diff --git a/templates/default.html b/templates/default.html index f7aa7ec..20c9147 100644 --- a/templates/default.html +++ b/templates/default.html @@ -1,16 +1,11 @@ - - - - - - $partial("templates/_includes/meta.html")$ $title$ | Flevum + @@ -18,11 +13,8 @@ $partial("templates/_includes/partials/burgerMenu.html")$ - $partial("templates/_includes/layout/header.html")$ - $partial("templates/_includes/layout/navigation.html")$ - $partial("templates/_includes/partials/headerSeparator.html")$