-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
4,963 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
url: "" | ||
ga_ua: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{% if site.ga_ua %} | ||
<script type="text/javascript" src="/js/tarteaucitron.js"></script> | ||
<script type="text/javascript"> | ||
tarteaucitronForceLanguage = 'fr'; | ||
tarteaucitron.init({ | ||
"privacyUrl": "", /* Privacy policy url */ | ||
|
||
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ | ||
"cookieName": "tarteaucitron", /* Cookie name */ | ||
|
||
"orientation": "bottom", /* Banner position (top - bottom) */ | ||
"showAlertSmall": false, /* Show the small banner on bottom right */ | ||
"cookieslist": true, /* Show the cookie list */ | ||
|
||
"adblocker": false, /* Show a Warning if an adblocker is detected */ | ||
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */ | ||
"highPrivacy": false, /* Disable auto consent */ | ||
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */ | ||
|
||
"removeCredit": true, /* Remove credit link */ | ||
"moreInfoLink": true, /* Show more info link */ | ||
"useExternalCss": true /* If false, the tarteaucitron.css file will be loaded */ | ||
}); | ||
tarteaucitron.user.analyticsUa = ''; | ||
tarteaucitron.user.analyticsUaCreate = {'siteSpeedSampleRate': 100}; | ||
(tarteaucitron.job = tarteaucitron.job || []).push('analytics'); | ||
</script> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.