mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
added cookie consent
This commit is contained in:
parent
feb75d527b
commit
4f87822e15
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
<meta name="robots" content="{% if page.metarobots %}{{page.metarobots}}{% else %}{{ site.metarobots }}{% endif %}">
|
||||
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
|
||||
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="11322683-6c24-4874-9189-5e01b84d8747" data-blockingmode="auto" type="text/javascript"></script>
|
||||
|
||||
<title>{% if page.metatitle %}{{ page.metatitle }}{% else if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
<meta name="description" content="{% if page.metadescription %}{{ page.metadescription }}{% else %}{{ site.description }}{% endif %}"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue