diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 1a84790013380499d4df35a652bdbd332a2d1a4f..4e250cea64d460fc8aaf203a46ec101047cc4547 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>