From 527c038f02c227aa2b9015234b6a6c8b660b0794 Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Tue, 30 Jul 2024 14:09:53 +0200 Subject: [PATCH] update docs --- docs/.gitignore | 2 ++ docs/config.toml | 1 + docs/layouts/partials/heading-post.html | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 docs/layouts/partials/heading-post.html diff --git a/docs/.gitignore b/docs/.gitignore index 86c95ef..d2d66f4 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -11,3 +11,5 @@ hugo.linux # Temporary lock file while building /.hugo_build.lock + +!**.html diff --git a/docs/config.toml b/docs/config.toml index 47dc75e..2b3abf8 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -16,6 +16,7 @@ uniqueHomePage = false # change to false to add sidebar to homepage disableLanguageSwitchingButton = false editURL = "https://code.lila.network/adoralaura/certwarden-deploy/_edit/main/docs/content/${FilePath}" externalLinkTarget = "_blank" + headingPre = '' [params.author] diff --git a/docs/layouts/partials/heading-post.html b/docs/layouts/partials/heading-post.html new file mode 100644 index 0000000..e192069 --- /dev/null +++ b/docs/layouts/partials/heading-post.html @@ -0,0 +1,2 @@ +{{ .Params.headingPost | safeHTML }} +