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 title: Activity History
description: "" description: ""
--- ---
## code we use:
```json ```json
"WPFTweaksActivity": { "WPFTweaksActivity": {

View File

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

View File

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

View File

@@ -1,4 +1,7 @@
# Remove Xbox & Gaming Components ---
title: "Remove Xbox & Gaming Components"
description: ""
---
```json ```json
"WPFTweaksXboxRemoval": { "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" backToTop: "Scroll to top"
changeLanguage: "Change language" changeLanguage: "Change language"