Skip to content

Commit cf3bbb4

Browse files
authored
Remove analytics (#88)
* Update README.md * Update head.html * Pin Franklin to 0.10.51
1 parent 25bd8c4 commit cf3bbb4

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CategoricalArrays = "0.10"
2525
DataFrames = "1"
2626
DifferentialEquations = "6.16"
2727
Distributions = "0.25"
28-
Franklin = "0.10"
28+
Franklin = "=0.10.51"
2929
RData = "0.8"
3030
StatsFuns = "0.9"
3131
StatsPlots = "0.14"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# TuringModels
22

33
[![CI][ci-img]][ci-url]
4-
[![Site Analytics](https://img.shields.io/badge/Site-Analytics-blueviolet)](https://app.usefathom.com/share/ovpyqiuq/turingmodels.jl)
54

65
## Introduction
76

_layout/head.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
{{if hascode}} {{insert head_highlight.html }} {{end}}
99
<link rel="stylesheet" href="/css/franklin.css">
1010
{{isdef title}} <title>{{fill title}}</title> {{end}}
11-
12-
<!-- Analytics with a strong focus on privacy. This allows us to know how much attention updating the tutorials should have. -->
13-
<script src="https://cdn.usefathom.com/script.js" data-site="OVPYQIUQ" defer></script>
1411
</head>
1512
<body>
1613

0 commit comments

Comments
 (0)