diff options
| -rw-r--r-- | content/_index.md | 10 | ||||
| -rw-r--r-- | content/guide/_index.md | 5 | ||||
| -rw-r--r-- | 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") }} <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> |
