Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As of now, some of the cool things Slacker News has include:
- Dynamic OpenGraph Metadata
- Light/dark mode
- Slack channel/user tagging
- Privacy-concious analytics (abacus)
- Privacy-concious [analytics](https://plausible.io/news.hackclub.com) w/ Plausible

## Technical Contributions

Expand Down
27 changes: 0 additions & 27 deletions src/components/AbacusCounter.astro

This file was deleted.

5 changes: 1 addition & 4 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
import AbacusCounter from "../components/AbacusCounter.astro";

interface Props {
title?: string;
description?: string;
Expand Down Expand Up @@ -165,7 +163,7 @@ const socialImageAlt = openGraphImageAlt ?? `${siteTitle} social preview`;
<span class="nav-pip">|</span>
<a class="page-link" href="/feed.xml">RSS</a>
<span class="nav-pip">|</span>
<a class="page-link" href="/stats/">Stats</a>
<a class="page-link" href="https://plausible.io/news.hackclub.com">Stats</a>
<span class="nav-pip js-only">|</span>
<button class="page-link theme-toggle js-only" id="theme-toggle" type="button">Dark Mode</button>
</div>
Expand All @@ -178,6 +176,5 @@ const socialImageAlt = openGraphImageAlt ?? `${siteTitle} social preview`;
<slot />
</div>
</main>
<AbacusCounter pathname={Astro.url.pathname} />
</body>
</html>
55 changes: 0 additions & 55 deletions src/lib/abacus.ts

This file was deleted.

Loading
Loading