Compare commits
1 Commits
1d7635a1ce
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 344dc4719b |
@@ -13,6 +13,7 @@ disableKinds = ["taxonomy", "term"]
|
|||||||
description = "DevOps consulting, ghostwriting, and helping fiction authors find their right readers"
|
description = "DevOps consulting, ghostwriting, and helping fiction authors find their right readers"
|
||||||
author = "Will Estes"
|
author = "Will Estes"
|
||||||
eec_base_url = "https://eec.reground.org"
|
eec_base_url = "https://eec.reground.org"
|
||||||
|
plausible_domain = "reground.org"
|
||||||
|
|
||||||
# [[menu.main]]
|
# [[menu.main]]
|
||||||
# name = "Courses"
|
# name = "Courses"
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
{{ else }}
|
{{ else }}
|
||||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ partial "head-analytics.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a class="skip-link" href="#main-content">Skip to content</a>
|
<a class="skip-link" href="#main-content">Skip to content</a>
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{{ if hugo.IsProduction }}
|
||||||
|
{{ with .Site.Params.plausible_domain }}
|
||||||
|
<script defer data-domain="{{ . }}" src="https://plausible.reground.org/js/script.js"></script>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
Reference in New Issue
Block a user