From fa492e710e0b055aad5364d2dcd5b5bffe1c2932 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 5 Oct 2025 16:32:06 +0200 Subject: More changes to guides --- content/_index.md | 7 +++++++ layouts/guide/single.html | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/content/_index.md b/content/_index.md index 026eab7..b736f71 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,10 +6,17 @@ date: 2025-09-14T11:51:17+02:00 Hello lovely-little-thing browsing the web, welcome to my website :) ## Blog + {{< article-list category="blog" number="5" >}} You can subscribe to the [RSS feed](/index.xml) if you want to. Also checkout this [stuff](/stuff). +## Guide + +I also like to write guides + +{{< article-list category="guide" number="5">}} + ## Me You can contact me if you want to. diff --git a/layouts/guide/single.html b/layouts/guide/single.html index 6efdfe0..2c0b57b 100644 --- a/layouts/guide/single.html +++ b/layouts/guide/single.html @@ -1,4 +1,9 @@ {{define "main"}} + +{{ with .Params.icon }} + +{{ end }} +

Table of Contents

{{.TableOfContents}} -- cgit v1.2.3