diff --git a/web/_includes/cookie.html b/web/_includes/cookie.html new file mode 100644 index 0000000..089a0dd --- /dev/null +++ b/web/_includes/cookie.html @@ -0,0 +1,17 @@ +
+ diff --git a/web/_layouts/default.html b/web/_layouts/default.html index b609d4d..8d26d70 100644 --- a/web/_layouts/default.html +++ b/web/_layouts/default.html @@ -50,6 +50,7 @@ {% include navbar.html %} + {% include cookie.html %} {{ content }} diff --git a/web/style.css b/web/style.css index fd4b128..d40eeb1 100644 --- a/web/style.css +++ b/web/style.css @@ -54,6 +54,17 @@ a:visited.wide-link { padding-top: 70px; } +#cookieinfo { + position: fixed; + top: 80px; + left: 0; + right: 0; + max-width: 700px; + margin-left: auto; + margin-right: auto; + z-index: 500; +} + .section { width: 95%; max-width: 850px;