Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/cookie.html')
-rw-r--r--layouts/partials/cookie.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/cookie.html b/layouts/partials/cookie.html
new file mode 100644
index 0000000..78a3f6a
--- /dev/null
+++ b/layouts/partials/cookie.html
@@ -0,0 +1,11 @@
+<div class="cookie-container">
+ <p>
+ We use cookies on this website to give you the best experience on our
+ site and show you relevant ads. To find out more, read our
+ <a href="/privacy/">privacy policy</a> and <a href="/cookies/">cookie policy</a>.
+ </p>
+ <button class="cookie-btn">
+ Okay
+ </button>
+</div>
+<script src="{{.Site.BaseURL | relLangURL}}js/cookie.js"></script>