summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2025-01-06 13:06:59 +0100
committerclaw0ry <me@claw0ry.net>2025-01-06 13:06:59 +0100
commita9b3bb3ddbba74a601a5418929e5e972c214f872 (patch)
tree634cfe38f359ede99207cf55762304809a797f9b
parenttheme: christmas effect (diff)
wishlist: new page
-rw-r--r--content/wishlist.md17
-rw-r--r--themes/plaintext/layouts/_default/single.html5
2 files changed, 17 insertions, 5 deletions
diff --git a/content/wishlist.md b/content/wishlist.md
new file mode 100644
index 0000000..7549ec5
--- /dev/null
+++ b/content/wishlist.md
@@ -0,0 +1,17 @@
+---
+title: 'Wishlist'
+---
+
+## CD Albums
+
+- Ace of Base - The Sign
+- My Chemical Romance - Three Cheers For Sweet Revenge
+- Linkin Park - Hybrid Theory
+- Linkin Park - Meteora
+- Green Day - The Studio Albums 1990-2009
+- Blink-182 - Take Off Your Pants And Jacket
+- Falling in Reverse - Popular Monster
+- Escape the Fate - Dying Is Your Latest Fashion
+- Simple Plan - No Pads, No Helmets...Just Balls
+
+
diff --git a/themes/plaintext/layouts/_default/single.html b/themes/plaintext/layouts/_default/single.html
index 7e286c8..f673786 100644
--- a/themes/plaintext/layouts/_default/single.html
+++ b/themes/plaintext/layouts/_default/single.html
@@ -1,10 +1,5 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
- {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
- {{ $dateHuman := .Date | time.Format ":date_long" }}
- <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
-
{{ .Content }}
- {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}