From 4df1b5f90c311cfc26dd76b03ebb37de71266f87 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Tue, 30 Jun 2020 14:07:40 +0200
Subject: [PATCH] minor changes

---
 _includes/footer.html     | 8 +++++---
 _includes/policy.html     | 3 +--
 _sass/elixir/_footer.scss | 1 +
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index 69723fc..2b2d569 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -34,13 +34,15 @@
         </div>
         <div>
             <h3>
-                {% if site.siteID > 0 %}
-                {%- include policy.html -%}
-                {% endif %}
+                <a href="{{ '/privacy/' | relative_url }}">Privacy</a>
             </h3>
 
             <ul>
+                <li><a href="{{ '/privacy/policy' | relative_url }}">Privacy policy</a></li>
                 <li><a href="{{ '/privacy/cookies' | relative_url }}">Cookies</a></li>
+                {% if site.siteID > 0 %}
+                {%- include policy.html -%}
+                {% endif %}
                 <li><a href="{{ '/privacy/terms_of_use' | relative_url }}">Terms of use</a></li>
             </ul>
         </div>
diff --git a/_includes/policy.html b/_includes/policy.html
index 9a38596..d4f0e71 100644
--- a/_includes/policy.html
+++ b/_includes/policy.html
@@ -1,2 +1 @@
-<a href="{{ '/privacy/' | relative_url }}">Privacy</a>
-(<span id="doNotTrack-text"><span id="gdpr-result-text"></span> - <a href="javascript: showBanner();">change</a></span>)
\ No newline at end of file
+<li>- <span id="doNotTrack-text"><span id="gdpr-result-text"></span> - <a href="javascript: showBanner();">change</a></span></li>
\ No newline at end of file
diff --git a/_sass/elixir/_footer.scss b/_sass/elixir/_footer.scss
index fcd8e29..9b0068f 100644
--- a/_sass/elixir/_footer.scss
+++ b/_sass/elixir/_footer.scss
@@ -40,6 +40,7 @@
           width: auto;
           float: none;
           min-width: 0;
+          color: #ebebeb;
 
           @media only screen and (max-width: $FOOTER_RESPONSIVENESS_THRESHOLD) {
               padding-bottom: 9px;
-- 
GitLab