1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-12-20 01:22:19 +01:00
hugo-theme-bootstrap4-blog/layouts/partials/cookie_consent.html

6 lines
390 B
HTML
Raw Normal View History

2016-11-04 15:59:29 +01:00
<script type="text/javascript">
window.cookieconsent_options = {{ dict "message" "This website uses cookies." "dismiss" "Got it!" "learnMore" "More info" "link" (.Site.Params.cookie_consent_info_url | absURL) "theme" "dark-top" | jsonify | safeJS }};
</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/cookieconsent.min.js"></script>