mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-07-01 20:07:25 +02:00
Use https also for cookie consent stylesheet.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.css" />
|
||||
<script async src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.js"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function(){
|
||||
|
Reference in New Issue
Block a user