commit 0417289fc7246d8facbdcf88847d00d8cad079c6
parent eb250e1604b6ba6e48898dd3f088b37838f307c2
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 20 Mar 2021 13:35:58 +0100
Remove reference to inexistent stylesheet
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -7,7 +7,7 @@ add-plan ()
}
title='Plan du site'
-stylesheets=(plan)
+stylesheets=()
transforms=() # TODO: highlight footer link
postprocess=add-plan
translation=sitemap