Fixing page layouts in privacy, terms, gdpr pages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
james
2020-08-15 11:18:09 +01:00
parent 210afaf16a
commit 420b4da5dd
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@
</br></br>
</div>
<div style="vertical-align: bottom;">
<a href="{{ '/privacy/index.html' | absolute_url }}">Privacy Policy</a> - <a href="{{ '/terms/index.html' | absolute_url }}">Terms of Service</a> - <a href="{{ '/gdpr/index.html' | absolute_url }}">GDPR</a>
<a href="{{ '/privacy' | relative_url }}">Privacy Policy</a> - <a href="{{ '/terms' | relative_url }}">Terms of Service</a> - <a href="{{ '/gdpr' | relative_url }}">GDPR</a>
</div>
</div>
</div>