From 2e6cedecd38764c820bff760cbce90d47b391734 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Tue, 20 Feb 2018 11:35:06 -0800 Subject: [PATCH] cookie notice --- _includes/cookie_notice.html | 19 +++++++++++++++++++ _includes/head.html | 3 ++- _includes/js_files.html | 2 ++ _layouts/default.html | 1 + 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 _includes/cookie_notice.html 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 %}