We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6078bbc commit 4b3e3f9Copy full SHA for 4b3e3f9
blog/templates/mobile/blog/post_base.html
@@ -130,6 +130,10 @@
130
131
{% endif %}
132
133
+<!-- Cookie notice GDPR based of https://cookie-bar.eu/-->
134
+<script type="text/javascript"
135
+ src="https://cdn.jsdelivr.net/npm/cookie-bar/cookiebar-latest.min.js?forceLang=en&theme=minimal&customize=1&tracking=1&always=1&showPolicyLink=1&remember=180&privacyPage=%2Fprivacy%2F"></script>
136
+
137
</body>
138
139
</html>
0 commit comments