diff --git a/_includes/cookie_notice.html b/_includes/cookie_notice.html new file mode 100644 index 0000000..cdf6eeb --- /dev/null +++ b/_includes/cookie_notice.html @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index f348e31..84f2d94 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,6 +6,8 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + @@ -14,5 +16,4 @@ - diff --git a/_includes/js_files.html b/_includes/js_files.html index 732be30..a8ff9cd 100644 --- a/_includes/js_files.html +++ b/_includes/js_files.html @@ -1,6 +1,8 @@ + + diff --git a/_layouts/default.html b/_layouts/default.html index f2f4e18..5cdae1c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,6 +5,7 @@ + {% include cookie_notice.html %} {% include topnav.html %}