From 644e6fef6e917df567319b65ab283e445f777baa Mon Sep 17 00:00:00 2001
From: ArtOfCode <ArtOfCode-@users.noreply.github.com>
Date: Mon, 11 May 2020 20:53:57 +0100
Subject: [PATCH] Add privacy policy

---
 app/views/layouts/_footer.html.erb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 1a8479001..4e250cea6 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -5,6 +5,7 @@
         <h3>The Codidact Project</h3>
         <ul>
           <li><%= link_to 'Terms of Service', 'https://writing.codidact.com/policy/tos' %></li>
+          <li><%= link_to 'Privacy Policy', 'https://writing.codidact.com/assets/privacy-policy.pdf' %></li>
           <li><%= link_to 'Code of Conduct', 'https://writing.codidact.com/help/code-of-conduct' %></li>
           <li><%= link_to 'About us', 'https://codidact.org/' %></li>
           <li><%= link_to 'Other sites', 'https://codidact.com/' %></li>
@@ -24,4 +25,4 @@
       Version <%= link_to commit[0][0..7], "https://github.com/codidact/qpixel/commit/#{commit[0]}" %> (<%= commit[1] %>)
     </p>
   </div>
-</footer>
\ No newline at end of file
+</footer>
-- 
GitLab