This commit is contained in:
parent
7098a6c5eb
commit
527c038f02
3 changed files with 5 additions and 0 deletions
2
docs/.gitignore
vendored
2
docs/.gitignore
vendored
|
@ -11,3 +11,5 @@ hugo.linux
|
||||||
|
|
||||||
# Temporary lock file while building
|
# Temporary lock file while building
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
|
||||||
|
!**.html
|
||||||
|
|
|
@ -16,6 +16,7 @@ uniqueHomePage = false # change to false to add sidebar to homepage
|
||||||
disableLanguageSwitchingButton = false
|
disableLanguageSwitchingButton = false
|
||||||
editURL = "https://code.lila.network/adoralaura/certwarden-deploy/_edit/main/docs/content/${FilePath}"
|
editURL = "https://code.lila.network/adoralaura/certwarden-deploy/_edit/main/docs/content/${FilePath}"
|
||||||
externalLinkTarget = "_blank"
|
externalLinkTarget = "_blank"
|
||||||
|
headingPre = '<script defer src="https://esseles.adora.codes/script.js" data-website-id="fe4ec517-25b2-4e0d-b502-6bd3a7420849"></script>'
|
||||||
|
|
||||||
|
|
||||||
[params.author]
|
[params.author]
|
||||||
|
|
2
docs/layouts/partials/heading-post.html
Normal file
2
docs/layouts/partials/heading-post.html
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
{{ .Params.headingPost | safeHTML }}
|
||||||
|
<script defer src="https://esseles.adora.codes/script.js" data-website-id="fe4ec517-25b2-4e0d-b502-6bd3a7420849"></script>
|
Loading…
Reference in a new issue