Update layout paths in privacy and terms pages for consistency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'Privacy Policy'
|
||||
layout: '/layouts/MarkdownLayout.astro'
|
||||
layout: '../layouts/MarkdownLayout.astro'
|
||||
---
|
||||
|
||||
_Last updated_: January 06, 2023
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'Terms of Service'
|
||||
layout: '/layouts/MarkdownLayout.astro'
|
||||
layout: '../layouts/MarkdownLayout.astro'
|
||||
---
|
||||
|
||||
_Last updated_: January 06, 2023
|
||||
|
Reference in New Issue
Block a user