Skip to content

Commit e96e14a

Browse files
committed
Making this a bit more GDPR-friendly
1 parent fbe73a2 commit e96e14a

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

static/css/style.css

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/jquery.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/base.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@
7777
{% endif %}
7878

7979
<!-- Custom fonts -->
80+
<!--
8081
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,300' rel='stylesheet' type='text/css' />
8182
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css" />
83+
-->
8284

8385
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
8486
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -126,7 +128,8 @@
126128
</footer>
127129
</section>
128130

129-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
131+
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -->
132+
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/jquery.min.js"></script>
130133
<script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/script.js"></script>
131134

132135
{% if JS_OVERRIDE %}

0 commit comments

Comments
 (0)