diff options
author | Olivier Roques <ojroques@users.noreply.github.com> | 2023-05-23 21:22:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 21:22:24 +0200 |
commit | 2fedeefb4506d0a6f6fd3f6629bd1ce0b09805be (patch) | |
tree | 4e98671141097ebd2f19f8e6cbb0bac83af3af92 /layouts/partials/footer.html | |
parent | bbc9b60f3ac541d1661f7447e1568d76c419d4f9 (diff) | |
parent | 602e533fb26a941078db16921e8400853ba94d30 (diff) |
Merge pull request #34 from FraBle/master
Add support for cookie consent with Google Analytics 4
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b027256..9cc8e31 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,7 +9,7 @@ {{ end }} {{ with .Site.Params.footer }} <div class="container text-center"> - <a href="{{ .url | absURL }}" title="{{ .text }}"><small>{{ .text }}</small></a> + <a href="{{ .url | absURL }}" title="{{ .text }}" {{ if .blank }}target="_blank"{{ end }}><small>{{ .text }}</small></a> </div> {{ end }} </div> |