We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d9026 commit b64ee70Copy full SHA for b64ee70
app/views/layouts/application.html.erb
@@ -108,5 +108,11 @@
108
</div>
109
110
</footer>
111
+
112
+ <%# GoatCounter analytics (privacy-friendly, no cookies) %>
113
+ <% if Rails.env.production? %>
114
+ <script data-goatcounter="https://<%= ENV.fetch('GOATCOUNTER_SITE', 'specimen-gallery') %>.goatcounter.com/count"
115
+ async src="//gc.zgo.at/count.js"></script>
116
+ <% end %>
117
</body>
118
</html>
0 commit comments