-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.html
More file actions
17 lines (17 loc) · 967 Bytes
/
footer.html
File metadata and controls
17 lines (17 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<footer class="logo-sfdc">
<ul class="legal">
{% if LEGAL_ENABLED %}
<li><a href="https://www.drycc.cc" rel="nofollow">Drycc Documents</a></li>
<li><a href="https://legal.doopai.com/#/cloud-services-terms" rel="nofollow">Terms of Service</a></li>
<li><a href="https://legal.doopai.com/#/doopai-privacy-policy" rel="nofollow">Privacy</a></li>
<li><a href="https://legal.doopai.com/#/doopai-cookie-policy" rel="nofollow">Cookies</a></li>
<li>© {% now 'Y' %} drycc.com</li>
{% else %}
<li><a href="https://www.drycc.cc" rel="nofollow">Drycc Documents</a></li>
<li><a href="https://github.com/drycc" rel="nofollow">Open Source</a></li>
<li><a href="https://drycc.slack.com/" rel="nofollow">Community</a></li>
<li><a href="https://github.com/drycc/workflow/issues" rel="nofollow">Support</a></li>
<li>© {% now 'Y' %} drycc.cc</li>
{% endif %}
</ul>
</footer>