Skip to content

Commit caf40a0

Browse files
Remove Analytics (#22)
* obsolete * remove analytics
1 parent 36a5dda commit caf40a0

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

Python for designers.lektorproject

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,3 @@
22
name = Python for designers
33
url_style = absolute
44
url = http://www.pythonfordesigners.com/
5-
6-
[servers.dev]
7-
name = dev
8-
enabled = yes
9-
default = yes
10-
target = rsync://robari1@richard-stockton.dreamhost.com/home/robari1/dev.pythonfordesigners.com
11-
12-
[servers.production]
13-
name = production
14-
enabled = yes
15-
default = no
16-
target = rsync://robari1@richard-stockton.dreamhost.com/home/robari1/pythonfordesigners.com

templates/analytics.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<title>{% block title %}{% endblock %} — Python for designers</title>
2828

2929
{% block openGraph %}{% endblock %}
30-
{% include "analytics.html" %}
3130

3231
</head>
3332

0 commit comments

Comments
 (0)