From a1fd263021b82ed337052ab527de3fb7649eba29 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 8 Nov 2023 05:17:32 +0100 Subject: [PATCH] site: template.include: Fix links when in subdirectories. If we are in test/web the links work fine but if we go in test/web/docs/, the links are relative to the current page and stop working. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- site/template.include | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site/template.include b/site/template.include index f0b0d38..e10c9df 100644 --- a/site/template.include +++ b/site/template.include @@ -89,16 +89,16 @@ $if(date)$

$date$

$endif$