Fixing page layouts in privacy, terms, gdpr pages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
210afaf16a
commit
420b4da5dd
@ -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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
layout: page
|
||||
title: Privacy Policy
|
||||
description: Privacy policy for Autonomic Co-operative Limited.
|
||||
meta_description: This is the privacy policy for Autonomic Co-operative Limited.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
layout: page
|
||||
title: Website Privacy Policy
|
||||
description: Privacy policy for autonomic.zone.
|
||||
meta_description: This is the privacy policy for the website of Autonomic co-operative.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
layout: page
|
||||
title: Terms of Service
|
||||
description: Terms of Service for autonomic.zone.
|
||||
meta_description: This is the Terms of Service for Autonomic Co-operative Limited.
|
||||
|
Reference in New Issue
Block a user