From 0417289fc7246d8facbdcf88847d00d8cad079c6 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 20 Mar 2021 13:35:58 +0100 Subject: Remove reference to inexistent stylesheet --- en/sitemap.sh | 2 +- plan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/sitemap.sh b/en/sitemap.sh index cea7293..50d1746 100644 --- a/en/sitemap.sh +++ b/en/sitemap.sh @@ -7,7 +7,7 @@ add-plan () } title='Site map' -stylesheets=(plan) +stylesheets=() transforms=() # TODO: highlight footer link postprocess=add-plan translation=plan diff --git a/plan.sh b/plan.sh index 1dee923..5e2bba2 100644 --- a/plan.sh +++ b/plan.sh @@ -7,7 +7,7 @@ add-plan () } title='Plan du site' -stylesheets=(plan) +stylesheets=() transforms=() # TODO: highlight footer link postprocess=add-plan translation=sitemap -- cgit v1.2.3