modify baseof.html
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Andrew Woodlee 2024-11-01 00:53:56 -05:00
parent 1aea543bca
commit 7b25a43850
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,7 @@ params:
plausible: plausible:
enable: true enable: true
domain: blog.cybershell.xyz domain: blog.cybershell.xyz
outbound_link: true
selfhosted_domain: "stats.andrewnw.com" # Self-hosted plausible domain selfhosted_domain: "stats.andrewnw.com" # Self-hosted plausible domain
@ -175,4 +176,4 @@ outputs:
taxonomy: taxonomy:
- html - html
term: term:
- html - html

View File

@ -7,7 +7,6 @@
<head> <head>
{{ partial "plausible_head.html" . }} {{ partial "plausible_head.html" . }}
{{ partial "plausible_csp.html" . }}
{{ partial "analytics.html" . }} {{ partial "analytics.html" . }}
{{- partial "head.html" . }} {{- partial "head.html" . }}
</head> </head>