We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a5dda commit caf40a0Copy full SHA for caf40a0
Python for designers.lektorproject
@@ -2,15 +2,3 @@
2
name = Python for designers
3
url_style = absolute
4
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
15
-default = no
16
-target = rsync://robari1@richard-stockton.dreamhost.com/home/robari1/pythonfordesigners.com
templates/analytics.html
templates/base.html
@@ -27,7 +27,6 @@
27
<title>{% block title %}{% endblock %} — Python for designers</title>
28
29
{% block openGraph %}{% endblock %}
30
- {% include "analytics.html" %}
31
32
</head>
33
0 commit comments