diff options
| -rw-r--r-- | content/_index.md | 2 | ||||
| -rw-r--r-- | content/articles/win7.md | 11 | ||||
| -rw-r--r-- | themes/hugo-xmin/layouts/index.html | 2 |
3 files changed, 10 insertions, 5 deletions
diff --git a/content/_index.md b/content/_index.md index 6f79ef2..50d99fd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,4 +2,4 @@ title = 'Home' +++ - +<marquee>🫏</marquee> diff --git a/content/articles/win7.md b/content/articles/win7.md index 7e2a843..84f6841 100644 --- a/content/articles/win7.md +++ b/content/articles/win7.md @@ -1,7 +1,10 @@ -+++ -title = 'Updating a fresh Windows 7+SP1 install' -date = 2024-02-05T02:30:19-06:00 -+++ +--- +title: 'Updating a fresh Windows 7+SP1 install' +date: 2024-02-05T02:30:19-06:00 +_build: + list: never + render: always +--- **2026 UPDATE**: Use Atak\_Snajpera's [Windows 7 Image Updater](https://forum.videohelp.com/threads/384921-Windows-7-Image-Updater-SkyLake-KabyLake-CoffeLake-Ryzen-Threadripper) diff --git a/themes/hugo-xmin/layouts/index.html b/themes/hugo-xmin/layouts/index.html index 2d7383e..dcaf3c2 100644 --- a/themes/hugo-xmin/layouts/index.html +++ b/themes/hugo-xmin/layouts/index.html @@ -2,6 +2,7 @@ {{ .Content }} +<!-- <h2>Cheat Sheets:</h2> <ul> {{ $pages := .Site.RegularPages }} @@ -22,5 +23,6 @@ </li> {{ end }} </ul> +--> {{ partial "footer.html" . }} |