From 4719cc03837490ed4bf1b9725d75a686e56e5a6a Mon Sep 17 00:00:00 2001 From: claw0ry Date: Wed, 11 Dec 2024 13:56:52 +0100 Subject: fresh start --- themes/plaintext/layouts/index.html | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 themes/plaintext/layouts/index.html (limited to 'themes/plaintext/layouts/index.html') diff --git a/themes/plaintext/layouts/index.html b/themes/plaintext/layouts/index.html new file mode 100644 index 0000000..da61394 --- /dev/null +++ b/themes/plaintext/layouts/index.html @@ -0,0 +1,45 @@ +{{ define "main" }} +

claw0ry.net

+ +
+

Hi, my name is Mads! *waves*

+ +

I'm a developer and Linux enthusiast from Norway. I mainly use this site as a personal reference, cause my brain + too smol. Maybe you'll find something interesting too.

+ + + +

+ Bluesky: claw0ry.net +

+
+ +
+ +
+ {{ $pages := where site.RegularPages "Type" "posts" }} + {{ $paginator := .Paginate $pages.ByDate.Reverse 5 }} + + {{ range $paginator.Pages }} + + +
+ + {{ end }} + + {{ template "_internal/pagination.html" (dict "page" . "format" "terse") }} + +
+
+{{ end }} -- cgit v1.2.3