From 173a620c8abc4f6257a4b3a145201cd0af80733c Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 19 Jan 2025 21:13:38 -0500 Subject: [PATCH] temporary changes, overhaul needed --- layouts/_default/single.html | 2 +- layouts/partials/header-item.html | 37 ++++++ layouts/partials/item-audio.html | 201 +++++++++++++++++++++++++++++- layouts/partials/item.html | 2 +- 4 files changed, 237 insertions(+), 5 deletions(-) create mode 100644 layouts/partials/header-item.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0554cda..1794a4e 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,7 +4,7 @@ {{partial "head" .}} - {{partial "header" .}} + {{partial "header-item" .}} {{partial "banner-item" .}}
diff --git a/layouts/partials/header-item.html b/layouts/partials/header-item.html new file mode 100644 index 0000000..023150f --- /dev/null +++ b/layouts/partials/header-item.html @@ -0,0 +1,37 @@ +
+ + + + {{ partial "rss-icon"}} +
diff --git a/layouts/partials/item-audio.html b/layouts/partials/item-audio.html index ae59557..6bfc287 100644 --- a/layouts/partials/item-audio.html +++ b/layouts/partials/item-audio.html @@ -1,4 +1,199 @@ - \ No newline at end of file + + +
+
+ +
+ + + +
+ + +
+
+

+
+ + + +
+
+ +
\ No newline at end of file diff --git a/layouts/partials/item.html b/layouts/partials/item.html index eea7b70..9e6a20c 100644 --- a/layouts/partials/item.html +++ b/layouts/partials/item.html @@ -2,7 +2,7 @@