summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-14 19:27:38 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-14 19:27:38 +0200
commit004c02aceb1eec5e60071c8c281e8719d3a52c03 (patch)
tree260f62577607e2c53647b35c1af6654df8f6c899
parent656739e5374a785e1497c300c2fa8b8744e31bfb (diff)
Minor fix
-rw-r--r--content/_index.md10
-rw-r--r--content/guide/_index.md5
-rw-r--r--layouts/shortcodes/article-list.html2
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") }}
<li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{- end }}
- <li><i><a href="{{ .Get "category" }}">See more...</a></i></li>
</ul>
+<a href="{{ .Get "category" }}">See more...</a>