diff options
| -rw-r--r-- | en/sitemap.sh | 2 | ||||
| -rw-r--r-- | 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 @@ -7,7 +7,7 @@ add-plan () } title='Plan du site' -stylesheets=(plan) +stylesheets=() transforms=() # TODO: highlight footer link postprocess=add-plan translation=sitemap |
