Skip to content

Commit

Permalink
Added Cookie consent
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeggle committed Apr 21, 2024
1 parent f4c4538 commit 70c3696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html class="no-js" lang="{{ .Site.Language.Lang }}">
<head>
{{ partial "cookie_consent.html" . }}
<meta charset="UTF-8">
<!-- Conditional Meta Tag for Posts with Titles -->
{{ if and (or (eq .Type "blog") (eq .Type "news")) .Params.commentid }}
Expand Down
1 change: 1 addition & 0 deletions layouts/partials/cookie_consent.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script type="text/javascript" charset="UTF-8" src="//cdn.cookie-script.com/s/7dc753a765d69b4cce536e500e7d2145.js"></script>

0 comments on commit 70c3696

Please sign in to comment.