From 088134fb512703d561fdff830d46dec89c653b17 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 1 Sep 2025 14:10:06 -0700 Subject: Get the genus name captialization correct! --- content/blog/on-continuations.md | 2 +- hugo.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/blog/on-continuations.md b/content/blog/on-continuations.md index ef60f01..298c41a 100644 --- a/content/blog/on-continuations.md +++ b/content/blog/on-continuations.md @@ -1,7 +1,7 @@ --- title: "On continuations" date: 2025-03-22T15:51:27-07:00 -categories: ["woffia globosa"] +categories: ["Woffia globosa"] --- A short piece for teaching continuations, in the Platonic dialectic style. Whether it is helpful is for you to decide. Cheers to burritos![^refs] diff --git a/hugo.yaml b/hugo.yaml index e33a0c1..95c8457 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -21,6 +21,7 @@ languages: en: languageName: "English" weight: 1 + capitalizeListTitles: false menu: main: - name: RSS -- cgit v1.3.1