From 92efa787054049a36186ee4e9908c5b747f0037a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:02:30 +0900 Subject: modified hugo.toml, modified recordings/recordings-plain.html, modified recordings/single.html --- hugo.toml | 1 + layouts/recordings/recordings-plain.html | 100 ++++++++++++++++++++++++++----- layouts/recordings/single.html | 50 ++++++++++++++-- 3 files changed, 129 insertions(+), 22 deletions(-) diff --git a/hugo.toml b/hugo.toml index 708c8a6..4a46805 100644 --- a/hugo.toml +++ b/hugo.toml @@ -11,6 +11,7 @@ buildFuture = true [markup.goldmark] [markup.goldmark.renderer] hardWraps = true + unsafe = true [params] fancyTitle = "THESIAH" # title for frontpage, may include image diff --git a/layouts/recordings/recordings-plain.html b/layouts/recordings/recordings-plain.html index d3c273e..fcd67ff 100644 --- a/layouts/recordings/recordings-plain.html +++ b/layouts/recordings/recordings-plain.html @@ -5,6 +5,26 @@ {{ .Title }} -

{{ .Title }}

+
+
+

{{ .Title }}

+
+ +
{{ .Content }}
@@ -665,5 +712,26 @@ }); }); + diff --git a/layouts/recordings/single.html b/layouts/recordings/single.html index 3e9a825..c3632d1 100644 --- a/layouts/recordings/single.html +++ b/layouts/recordings/single.html @@ -5,18 +5,34 @@ {{ if .Title }}{{ .Title }} – {{ end }}Recordings