From 995c43658f0d921a9190881d5528333e60c5e644 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 25 May 2018 14:49:34 +0200 Subject: Move full cookie view in a separate page --- content/cookies-policy/index.md | 3 +++ layouts/default.html | 1 - layouts/footer.html | 1 + layouts/home.html | 1 - 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 content/cookies-policy/index.md diff --git a/content/cookies-policy/index.md b/content/cookies-policy/index.md new file mode 100644 index 00000000..3b8fce8a --- /dev/null +++ b/content/cookies-policy/index.md @@ -0,0 +1,3 @@ +# Cookies policy + + diff --git a/layouts/default.html b/layouts/default.html index ccadeb92..f216f11e 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -64,7 +64,6 @@ - <%= render '/footer.*' %> <%= render '/docsearch.*' %> <%= render '/analytics.*' %> diff --git a/layouts/footer.html b/layouts/footer.html index 28548362..478da4cc 100644 --- a/layouts/footer.html +++ b/layouts/footer.html @@ -3,6 +3,7 @@ <%= yield %> - <%= render '/footer.*' %> <%= render '/docsearch.*' %> <%= render '/analytics.*' %> -- cgit v1.2.3