From fd992b810700ef83596bf790aa71c5c53f6f5341 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sun, 17 Mar 2024 21:37:20 +0000 Subject: [PATCH] Fix memex being shown on homepage --- config.toml | 1 + layouts/partials/about-me.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index bb1f50f1..0ab113e8 100644 --- a/config.toml +++ b/config.toml @@ -62,6 +62,7 @@ date = ["date", "publishDate", "lastmod", ":git"] curiosities = "🤩" memex = "🧠" review = "📝" + poetry = "🥁" [languages] [languages.en] diff --git a/layouts/partials/about-me.html b/layouts/partials/about-me.html index 745364e8..26f04f69 100644 --- a/layouts/partials/about-me.html +++ b/layouts/partials/about-me.html @@ -11,7 +11,7 @@ This site is a much loved wild garden; things aren't perfectly orgnaised, there are lots of nooks and crannies to explore. Follow your nose and see where you end up.

    - {{- $posts := where .Site.RegularPages "Section" "in" (slice "posts" "bookmarks" "memex") -}} + {{- $posts := where .Site.RegularPages "Section" "in" (slice "posts" "bookmarks" "poetry") -}} {{- range $posts.ByDate.Reverse | first 6 -}} {{- $typeEmoji := index .Site.Params.defaultEmoji .Type -}}