Skip to content

Commit 848a3a8

Browse files
committed
Delete goatcounter
1 parent 686b5a3 commit 848a3a8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
(if (saved? post)
7878
(redirect-to :home)
7979
(new request (errors post)))))
80-
</code></pre></div></div></div></div></div></div><script async="" src="//gc.zgo.at/count.js" data-goatcounter="https://joyframework.goatcounter.com/count"></script><script src="js/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></body></html>
80+
</code></pre></div></div></div></div></div></div><script src="js/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></body></html>

src/layout.janet

-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@
1515
[:link {:href "css/app.css" :rel "stylesheet"}]
1616
[:link {:href "favicon.ico" :rel "shortcut icon" :type "image/x-icon"}]]
1717
[:body body
18-
[:script {:data-goatcounter "https://joyframework.goatcounter.com/count"
19-
:async ""
20-
:src "//gc.zgo.at/count.js"}]
2118
[:script {:src "js/highlight.pack.js"}]
2219
[:script "hljs.initHighlightingOnLoad();"]]]]))

0 commit comments

Comments
 (0)