File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Blog developed in Django with the same appearance of a research paper written in
2121* Comments with Disqus
2222* Easy writing with Ckeditor
2323* Responsive for mobile
24+ * GDPR compliant
2425* (Optional) Web optimization with CloudFlare
2526* (Optional) Installation of free SSL certificate
2627* (Optional) Privacy policy compliant with GDPR
Original file line number Diff line number Diff line change 135135
136136 {% endif %}
137137
138+ <!-- Cookie notice GDPR based of https://cookie-bar.eu/-->
139+ < script type ="text/javascript "
140+ 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 >
141+
138142</ body >
139143
140144</ html >
Original file line number Diff line number Diff line change 130130
131131{% endif %}
132132
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+
133137</ body >
134138
135139</ html >
You can’t perform that action at this time.
0 commit comments