summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorCorey Richardson <cmr@o1labs.org>2019-04-09 15:34:53 -0700
committerCorey Richardson <cmr@o1labs.org>2019-04-09 15:34:53 -0700
commit5b0a04d0f68a8513f58495e6bd4a1973a22fa60f (patch)
tree6aa3cb88133cddac26d4ac323562c658b2ca5c85 /themes
parent09bd993ad7ac996c3aa9a58ef828e18f7279bc01 (diff)
update privacy policy
we don't collect log data etc ourselves anymore. github does though!
Diffstat (limited to 'themes')
-rw-r--r--themes/rusted/templates/base.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/rusted/templates/base.html b/themes/rusted/templates/base.html
index 7ae5035..3d59399 100644
--- a/themes/rusted/templates/base.html
+++ b/themes/rusted/templates/base.html
@@ -42,6 +42,12 @@
<a class="site-title" href="{{ SITEURL }}/">{{ SITENAME }}</a>
</div>
</header>
+
+ <div class="privacy-policy-update">
+ <div class="container wrapper">
+ The <a href="{{ SITEURL }}/pages/privacy-policy.html">privacy policy</a> has changed now that we use GitHub Pages.
+ </div>
+ </div>
<div class="page-content">
<div class="container wrapper">