diff --git a/pages/index.md b/pages/index.md index 7b9b45d..0693216 100644 --- a/pages/index.md +++ b/pages/index.md @@ -1,5 +1,6 @@ --- title: 'Forgeons !' +document-css: 'templates/default.css' --- ## Un groupe de travail consacré à la forge libre et *open source* [Forgejo](https://forgejo.org). diff --git a/scripts/web.sh b/scripts/web.sh index 05bf0fd..8f73bd5 100755 --- a/scripts/web.sh +++ b/scripts/web.sh @@ -13,6 +13,7 @@ convert() pandoc \ -s \ --template=templates/default.html \ + --css=templates/default.css \ ../pages/$filename.md \ -t html > ../dist/$filename.html \ --lua-filter=links-to-html.lua