mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
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:
committed by
GitHub
parent
354b09ec0d
commit
aaed116798
@@ -2,7 +2,6 @@
|
||||
title: Activity History
|
||||
description: ""
|
||||
---
|
||||
## code we use:
|
||||
|
||||
```json
|
||||
"WPFTweaksActivity": {
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# Remove Widgets
|
||||
---
|
||||
title: "Remove Widgets"
|
||||
description: ""
|
||||
---
|
||||
|
||||
```json
|
||||
"WPFTweaksWidget": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Remove OneDrive"
|
||||
description: ""
|
||||
---
|
||||
# Remove OneDrive
|
||||
|
||||
```json
|
||||
"WPFTweaksRemoveOneDrive": {
|
||||
"Content": "Remove OneDrive",
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# Remove Xbox & Gaming Components
|
||||
---
|
||||
title: "Remove Xbox & Gaming Components"
|
||||
description: ""
|
||||
---
|
||||
|
||||
```json
|
||||
"WPFTweaksXboxRemoval": {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
copyright: "© Chris Titus Tech. All rights reserved."
|
||||
copyright: "© <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"
|
||||
|
||||
Reference in New Issue
Block a user