Skip to content

Commit aaed116

Browse files
authored
added frontmatter to pages (#4024)
* added frontmatter to widget.md * update more pages * updated copyright to automatically pull the year
1 parent 354b09e commit aaed116

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

docs/content/dev/tweaks/Essential-Tweaks/Activity.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Activity History
33
description: ""
44
---
5-
## code we use:
65

76
```json
87
"WPFTweaksActivity": {

docs/content/dev/tweaks/Essential-Tweaks/Widget.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Remove Widgets
1+
---
2+
title: "Remove Widgets"
3+
description: ""
4+
---
25

36
```json
47
"WPFTweaksWidget": {

docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Remove OneDrive"
33
description: ""
44
---
5-
# Remove OneDrive
5+
66
```json
77
"WPFTweaksRemoveOneDrive": {
88
"Content": "Remove OneDrive",

docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Remove Xbox & Gaming Components
1+
---
2+
title: "Remove Xbox & Gaming Components"
3+
description: ""
4+
---
25

36
```json
47
"WPFTweaksXboxRemoval": {

docs/i18n/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
copyright: "© Chris Titus Tech. All rights reserved."
1+
copyright: "&copy; <script>document.write(new Date().getFullYear())</script> <a href='https://christitus.com'>Chris Titus Tech</a>. All rights reserved."
22

33
backToTop: "Scroll to top"
44
changeLanguage: "Change language"

0 commit comments

Comments
 (0)