From 3d4c9512aeaabde1c99e38250eb16aa3345e269d Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Tue, 28 Oct 2025 10:46:57 +0100 Subject: Update website --- content/_index.md | 15 +++++---------- layouts/_default/baseof.html | 2 +- layouts/shortcodes/article-list.html | 3 +++ layouts/shortcodes/time-now.html | 1 + 4 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 layouts/shortcodes/time-now.html diff --git a/content/_index.md b/content/_index.md index 53cc478..a302c1f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,18 +1,13 @@ --- -title: "Planet F" +title: "cool place" date: 2025-09-14T11:51:17+02:00 --- -Hello lovely-little-thing browsing the web, welcome to my website :) +Hi lovely-little-thing browsing the web, welcome to my website. The last time I modified it was like... The {{< time-now >}} -## Blog +If you want to subscribe to the blog's rss feed, it's [here](/index.xml) {{< article-list category="blog" number="5" >}} +{{< article-list category="guide" number="5" >}} -## Guide - -{{< article-list category="guide" number="5">}} - -## Fair Warning - -I enabled browser caching, so you might want to reload pages to have the latest HTML content. +There is useful links at the bottom of this page. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 580f3c5..ac84d93 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,7 +35,7 @@ stuff contact git - dns + dns {{ else }}
diff --git a/layouts/shortcodes/article-list.html b/layouts/shortcodes/article-list.html index 338643c..090d654 100644 --- a/layouts/shortcodes/article-list.html +++ b/layouts/shortcodes/article-list.html @@ -1,3 +1,6 @@ +

+ {{ .Get "category" | title }} +