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
|
title: Activity History
|
||||||
description: ""
|
description: ""
|
||||||
---
|
---
|
||||||
## code we use:
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"WPFTweaksActivity": {
|
"WPFTweaksActivity": {
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
# Remove Widgets
|
---
|
||||||
|
title: "Remove Widgets"
|
||||||
|
description: ""
|
||||||
|
---
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"WPFTweaksWidget": {
|
"WPFTweaksWidget": {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: "Remove OneDrive"
|
title: "Remove OneDrive"
|
||||||
description: ""
|
description: ""
|
||||||
---
|
---
|
||||||
# Remove OneDrive
|
|
||||||
```json
|
```json
|
||||||
"WPFTweaksRemoveOneDrive": {
|
"WPFTweaksRemoveOneDrive": {
|
||||||
"Content": "Remove OneDrive",
|
"Content": "Remove OneDrive",
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
# Remove Xbox & Gaming Components
|
---
|
||||||
|
title: "Remove Xbox & Gaming Components"
|
||||||
|
description: ""
|
||||||
|
---
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"WPFTweaksXboxRemoval": {
|
"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"
|
backToTop: "Scroll to top"
|
||||||
changeLanguage: "Change language"
|
changeLanguage: "Change language"
|
||||||
|
|||||||
Reference in New Issue
Block a user