This commit is contained in:
parent
824f9b6405
commit
0a5b9a8789
19
hugo.yaml
19
hugo.yaml
@ -7,6 +7,25 @@ theme:
|
||||
- plausible-hugo
|
||||
|
||||
params:
|
||||
csp:
|
||||
childsrc:
|
||||
- "'self'"
|
||||
fontsrc:
|
||||
- "'self'"
|
||||
formaction:
|
||||
- "'self'"
|
||||
framesrc:
|
||||
- "'self'"
|
||||
imgsrc:
|
||||
- "'self'"
|
||||
objectsrc:
|
||||
- "'none'"
|
||||
stylesrc:
|
||||
- "'self'"
|
||||
scriptsrc:
|
||||
- "'self'"
|
||||
- "'https://stats.andrewnw.com'"
|
||||
|
||||
plausible:
|
||||
enable: true
|
||||
domain: blog.cybershell.xyz
|
||||
|
@ -8,6 +8,7 @@
|
||||
<head>
|
||||
{{- partial "head.html" . }}
|
||||
{{ partial "plausible_head.html" . }}
|
||||
{{ partial "analytics.html" . }}
|
||||
</head>
|
||||
|
||||
<body class="
|
||||
|
@ -1 +1 @@
|
||||
<!-- <script defer data-domain="blog.cybershell.xyz" src="https://stats.andrewnw.com/js/script.outbound-links.tagged-events.js"></script> -->
|
||||
<script defer data-domain="blog.cybershell.xyz" src="https://stats.andrewnw.com/js/script.outbound-links.tagged-events.js"></script>
|
Loading…
Reference in New Issue
Block a user