From fb0d8f212bb4c7544590fb9b2ae298f346814519 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Wed, 29 Oct 2025 23:16:58 +0100 Subject: Update to copied guides and hugo templates --- content/copy/do-we-still-have-school-tomorrow.md | 4 ++-- content/copy/queen-of-beauty.md | 8 ++++---- layouts/_default/single.html | 2 +- layouts/partials/nav.html | 6 ++++++ layouts/shortcodes/img.html | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 layouts/partials/nav.html diff --git a/content/copy/do-we-still-have-school-tomorrow.md b/content/copy/do-we-still-have-school-tomorrow.md index 5fefa1b..9cf82b9 100644 --- a/content/copy/do-we-still-have-school-tomorrow.md +++ b/content/copy/do-we-still-have-school-tomorrow.md @@ -8,7 +8,7 @@ copied: ["Denshi", "https://denshi.org/blog/do-we-still-have-school-tomorrow/"] table: false --- -{{< img src="https://denshi.org/blog/do-we-still-have-school-tomorrow/tomorrow.jpg" alt="earth exploding with the caption 'wait guys do we still have school tomorrow ?'">}} +{{< img src="https://denshi.org/blog/do-we-still-have-school-tomorrow/tomorrow.jpg" alt="earth exploding with the caption 'wait guys do we still have school tomorrow ?'" size="medium">}} I have this really vivid memory of when I was planning to take my GCSEs. I remember being quite stressed about the whole ordeal, not because I didn’t have faith in my own abilities as a student but because I was worried about any cataclysmic event that might happen that would disrupt my exams. I would be paranoid about something happening to me or someone I loved throwing me down a downward spiral of horrible feelings. Examples included relatives dying, me getting impaired in an accident, or some kind of collective societal “breakdown” like a political crisis or even a war. @@ -24,6 +24,6 @@ I really do regret worrying myself so much when I thought to exams, and I can gl ## Or in other words... -{{< img src="https://denshi.org/blog/do-we-still-have-school-tomorrow/conclusion.png" alt="Earth flaming with caption 'I hope my family is okay'" >}} +{{< img src="https://denshi.org/blog/do-we-still-have-school-tomorrow/conclusion.png" alt="Earth flaming with caption 'I hope my family is okay'" size="medium" >}} _{{}}(This image was made by Eli Nelson Marsden. Thanks for the meme Eli!){{}}_ diff --git a/content/copy/queen-of-beauty.md b/content/copy/queen-of-beauty.md index bebf7b9..13cc077 100644 --- a/content/copy/queen-of-beauty.md +++ b/content/copy/queen-of-beauty.md @@ -10,11 +10,11 @@ table: false _This is a text adaptation of a [homily](https://www.youtube.com/watch?v=nfRk1YUeUaw) given in 2011 by Fr. John Hollowell about beauty._ -{{Mother Mary, Queen of Beauty}} +{{Mother Mary, Queen of Beauty}} -School plays are for pansies; – Or so I used to think. -Art is only for people who can paint; – Or so I used to think. -I could care less about a well-cooked, home-made meal; – Or so I used to think. +School plays are for pansies; – Or so I used to think. +Art is only for people who can paint; – Or so I used to think. +I could care less about a well-cooked, home-made meal; – Or so I used to think. In high school, I loved to tell everyone that I had no artistic ability. It was like a badge of honor: I was proud to not be one of those “artsy” people. I was a math major, an athlete and a realist. I did join the show choir one year when I was a Sophomore, but that was only because Jamie Schroeder, the best looking girl in school, a senior cheerleader, decided to join the show choir too, so I thought that was my chance. When she graduated, I quit show choir. And I don’t think the choir director minded seeing me go… diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3bc97a2..97190e4 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "main" }} {{ with .Params.icon }} - + {{ end }} {{ if .Params.table }}

Table of Contents

diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html new file mode 100644 index 0000000..f3aeb0a --- /dev/null +++ b/layouts/partials/nav.html @@ -0,0 +1,6 @@ + diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index 013637a..8685a99 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -1 +1 @@ -{{ .Get "alt" }} +{{ .Get "alt" }} -- cgit v1.2.3