Footer was pointing at the wrong url for the privacy page

Closes #25
This commit is contained in:
Jocelyn Badgley (Twipped) 2021-02-10 14:24:37 -08:00
parent ad4ca1c337
commit 1eaa92867b
2 changed files with 40 additions and 34 deletions

View File

@ -1,8 +1,13 @@
{{#extend "layout"}}{{#content "bodyAttributes"}}class="page-index"{{/content}}{{#content "body"}}
{{#extend "layout"}}
{{#content "bodyClass"}}front-page{{/content}}
{{#content "body"}}
<section class="top-fold"><div class="container"><div class="copy markup">
<h1>Privacy Policy of GenderDysphoria.fyi</h1>
<p>GenderDysphoria.fyi operates the https://genderdysphoria.fyi website, which provides the SERVICE.</p>
<p>Twipped Media operates the https://genderdysphoria.fyi website, which provides the SERVICE.</p>
<p>This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service, the GenderDysphoria.fyi website.</p>
@ -55,7 +60,8 @@
<h2>Contact Us</h2>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.</p>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to <a href="mailto:gdfyi@twipped.com">contact us</a>.</p>
{{/content}}{{/extend}}
</div></div></section>
{{/content}}
{{/extend}}

View File

@ -97,7 +97,7 @@
<hr>
</div>
<p class="copyright">Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a><span class="cc-by-nc-sa">{{icon 'symbols/cc'}}{{icon 'symbols/cc-by'}}{{icon 'symbols/cc-nc'}}{{icon 'symbols/cc-sa'}}</span><br>&copy; {{date "yyyy"}} <a href="https://curvyandtrans.com">Jocelyn Badgley</a> and Other Contributors </p>
<p class="foot-nav"><a href="/privacy">Privacy Policy</a></p>
<p class="foot-nav"><a href="/privacy.html">Privacy Policy</a></p>
</footer>
</div>