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 -}}