mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
feat: Add noscript fallback to homepage (#2675)
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
parent
a58f090e79
commit
04e6f2a2c6
@ -60,6 +60,31 @@
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<noscript>
|
||||
<p>You have Javascript disabled, so we can't load the latest discussions. Visit one of our top forum categories directly at the links below:</p>
|
||||
<div class="grid cards">
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="https://discuss.privacyguides.net/c/privacy/4"><strong>Privacy Discussions</strong></a></p>
|
||||
<hr>
|
||||
<p>Find the latest news and discuss privacy, security, and data protection.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://discuss.privacyguides.net/c/site-development/suggestions/6"><strong>Tool Suggestions</strong></a></p>
|
||||
<hr>
|
||||
<p>Suggest a tool for us to review and provide feedback on other suggestions.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://discuss.privacyguides.net/c/privacy/questions/8"><strong>Questions</strong></a></p>
|
||||
<hr>
|
||||
<p>Ask questions and get advice from our community of privacy advocates.</p>
|
||||
</li>
|
||||
</div>
|
||||
</ul>
|
||||
<a href="https://discuss.privacyguides.net/" class="md-button md-button--primary">
|
||||
Join the forum
|
||||
</a>
|
||||
</noscript>
|
||||
{% endif %}
|
||||
{{ page.content }}
|
||||
<div class="mdx-cta">
|
||||
|
Loading…
Reference in New Issue
Block a user