added frontmatter to pages (#4024)

* added frontmatter to widget.md

* update more pages

* updated copyright to automatically pull the year
This commit is contained in:
Sean (ANGRYxScotsman)
2026-02-10 23:59:31 +00:00
committed by GitHub
parent 354b09ec0d
commit aaed116798
5 changed files with 10 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
title: Activity History
description: ""
---
## code we use:
```json
"WPFTweaksActivity": {

View File

@@ -1,4 +1,7 @@
# Remove Widgets
---
title: "Remove Widgets"
description: ""
---
```json
"WPFTweaksWidget": {

View File

@@ -2,7 +2,7 @@
title: "Remove OneDrive"
description: ""
---
# Remove OneDrive
```json
"WPFTweaksRemoveOneDrive": {
"Content": "Remove OneDrive",

View File

@@ -1,4 +1,7 @@
# Remove Xbox & Gaming Components
---
title: "Remove Xbox & Gaming Components"
description: ""
---
```json
"WPFTweaksXboxRemoval": {

View File

@@ -1,4 +1,4 @@
copyright: "© Chris Titus Tech. All rights reserved."
copyright: "&copy; <script>document.write(new Date().getFullYear())</script> <a href='https://christitus.com'>Chris Titus Tech</a>. All rights reserved."
backToTop: "Scroll to top"
changeLanguage: "Change language"