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