Commit Diff


commit - b32bfb8fa93db6cc6f2dd1f46cb903fa9ce0ab31
commit + 4ba399c0963fb82b6bd42d998455425046d3fbba
blob - 71d6b98d552ee12860a7ad795be0f27da7aeec82
blob + 4c02692be20344f342697011e38357e2bb04bfc6
--- src/blog/http.clj
+++ src/blog/http.clj
@@ -20,6 +20,7 @@
       (link-item {:url "/", :text "Home"})
       (link-item {:url "/tags.html", :text "All Tags"})
       (link-item {:url "/pages/projects.html", :text "Projects"})
+      #_(link-item {:url "/dots", :text "dotfiles"})
       (link-item {:url "gemini://gemini.omarpolo.com" :text "gemini://"
                   :title "This website in the gemini space."})]]
     (when-not skip-banner?
@@ -51,7 +52,7 @@
      [:img {:src "https://goatcounter.omarpolo.com/count?p=/test-img"}]]
     [:script "
 ;(function () {
-  if (window.location.host !== 'omarpolo.com')
+  if (window.location.host !== 'www.omarpolo.com')
     window.goatcounter = {no_onload: true}
 })();"]
     [:script {:data-goatcounter "https://goatcounter.omarpolo.com/count"