summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2019-04-17 14:56:08 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2019-04-17 14:56:08 +0530
commiteb141657d6137c28f945315d454270499ada2ef2 (patch)
tree63afc1da9a6472d801088235a4c23118493231fa /themes
parente5d83db9dcf6af5f7b017332f4edcb7383ee2ff5 (diff)
remove privacy policy announcement.
Diffstat (limited to 'themes')
-rw-r--r--themes/rusted/templates/base.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/rusted/templates/base.html b/themes/rusted/templates/base.html
index 9e3ceb7..7ae5035 100644
--- a/themes/rusted/templates/base.html
+++ b/themes/rusted/templates/base.html
@@ -43,15 +43,6 @@
</div>
</header>
- <div class="privacy-policy-update">
- <span class="container wrapper help-block text-muted" style="text-align:center;">
- <em>
- The <a href="{{ SITEURL }}/pages/privacy-policy.html">privacy policy</a> has changed now that we use GitHub Pages.
- You can also view git-diff of privacy policy changes <a href="https://github.com/cmr/this-week-in-rust/pull/885/files">here</a>.
- </em>
- </span>
- </div>
-
<div class="page-content">
<div class="container wrapper">
{% block content %}