Refactor layout paths in privacy and terms pages to use consistent layout component
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled

This commit is contained in:
becarta
2025-05-10 00:06:12 +02:00
parent 1dba9e2d0d
commit 7174be32ea
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
title: 'Privacy Policy'
layout: '~/layouts/MarkdownLayout.astro'
layout: '~/layouts/Layout.astro'
---
_Last updated_: January 06, 2023

View File

@@ -1,6 +1,6 @@
---
title: 'Terms of Service'
layout: '~/layouts/MarkdownLayout.astro'
layout: '~/layouts/Layout.astro'
---
_Last updated_: January 06, 2023