Skip to content

Commit 9f3631c

Browse files
committed
trying plausible analytics
1 parent 9812ac7 commit 9f3631c

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

theme/templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{% block meta_header %}{% endblock %}
88
<title>{% block title %}{% endblock %}Full Stack Python</title> {% block css %}{% endblock %}
99
<link rel="shortcut icon" href="/img/fsp-fav.png">
10+
<script defer data-domain="fullstackpython.com" src="https://plausible.io/js/plausible.js"></script>
1011
</head>
1112
<body>
1213
{% block banner %}{% endblock %}

theme/templates/index-sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="co1 c3 desktop-only" id="sb">
2-
{% include "sponsor/sentry-assemblyai.html" %}
2+
{% include "sponsor/assemblyai.html" %}
33
</div>

theme/templates/sponsor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if page.sortorder[0:2] == "01" or page.sortorder[0:2] == "02" or page.sortorder[0:2] == "03" or page.sortorder[0:2] == "04" or page.sortorder[0:2] == "05" or page.sortorder[0:2] == "06" or page.sortorder[0:2] == "50" %}
2-
{% include "sponsor/sentry-assemblyai.html" %}
2+
{% include "sponsor/assemblyai.html" %}
33
{% include "sponsor/carbon.html" %}
44
{% endif %}
55
{% if false %}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="pn">
2+
<div class="pnh"><h3>Sponsored By</h3></div>
3+
<div class="pnb">
4+
<a href="https://www.assemblyai.com/" style="border:none"><img src="/img/logos/assemblyai-white-bg.png" alt="AssemblyAI logo" width="100%" style="padding:0 0 8px; border:none"></a>
5+
<p class="sps">The most accurate speech-to-text API. <a href="https://www.assemblyai.com/">Built for Python developers</a>.</p>
6+
</div>
7+
</div>

0 commit comments

Comments
 (0)