From 004c02aceb1eec5e60071c8c281e8719d3a52c03 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Tue, 14 Oct 2025 19:27:38 +0200 Subject: Minor fix --- content/_index.md | 10 ++++------ content/guide/_index.md | 5 ++--- layouts/shortcodes/article-list.html | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/content/_index.md b/content/_index.md index b736f71..a9c558e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,21 +9,19 @@ Hello lovely-little-thing browsing the web, welcome to my website :) {{< 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. -- Email : [nantha@mielota.com]() -- XMPP : [nantha@mielota.com]() +- Email : nantha\@mielota.com +- XMPP : nantha\@mielota.com My public GnuPG key : - [https://mielota.com/nantha.pgp]() + +And [stuff about me](/stuff). diff --git a/content/guide/_index.md b/content/guide/_index.md index f9b9d88..c049695 100644 --- a/content/guide/_index.md +++ b/content/guide/_index.md @@ -2,6 +2,5 @@ title: "Guide" --- -This section contains guides I wrote. - -You should go checkout [Comfy.Guide](https://comfy.guide) and [LandChad.net](https://landchad.net) +This section contains guides I wrote. +I copied [Comfy.Guide](https://comfy.guide). diff --git a/layouts/shortcodes/article-list.html b/layouts/shortcodes/article-list.html index a870eac..9f245dc 100644 --- a/layouts/shortcodes/article-list.html +++ b/layouts/shortcodes/article-list.html @@ -2,5 +2,5 @@ {{- range where .Site.RegularPages "Type" (.Get "category") | first (.Get "number") }}
  • {{ .Date.Format "02/01/06" }} - {{ .Title }}
  • {{- end }} -
  • See more...
  • +See more... -- cgit v1.2.3