Skip to content

Commit 52dbe4a

Browse files
authored
Merge pull request #9 from belfargamedev/privacy_policy_diceware
Removed plausible and added diceware privacy policy page
2 parents 3e7e9df + 1455507 commit 52dbe4a

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

src/layouts/Layout.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ const bannerOffset =
109109
/>
110110
))}
111111

112-
<!-- Plausible Analytics -->
113-
<script is:inline defer data-domain="belfar.dev" src="https://plausible.io/js/script.outbound-links.pageview-props.js"></script>
114-
115112
<!-- Set the theme before the page is rendered to avoid a flash -->
116113
<script is:inline define:vars={{DEFAULT_THEME, LIGHT_MODE, DARK_MODE, AUTO_MODE, BANNER_HEIGHT_EXTEND, PAGE_WIDTH, configHue}}>
117114
// Load the theme from local storage

src/pages/posts/[...slug].astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ const jsonLd = {
112112

113113
<center>
114114
<a href="https://ko-fi.com/belfardev" target="_blank">
115-
<button class="plausible-event-name--KofiClick">
116115
<Image src={kofiButton} width="450px" alt="Support me on Ko-fi!" />
117116
</button>
118117
</a>

src/pages/privacy_policies/diceware_password_generator.astro

Lines changed: 27 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)