From 03d9232c80da8be1f79109c00805a27e3e904416 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 23 Aug 2023 08:58:31 -0500 Subject: [PATCH] update title on posts list --- config/_default/params.toml | 2 ++ layouts/partials/archive.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 66cf4a8..37f8883 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,6 +5,8 @@ mainSections = ["posts"] fallBackOgImage = "images/broken-computer.svg" numberOfFeaturedPosts = 5 +indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-." + # Comments comments = true utterancesRepo = "jbowdre/site-comments" diff --git a/layouts/partials/archive.html b/layouts/partials/archive.html index 46a8ce5..ef270e5 100644 --- a/layouts/partials/archive.html +++ b/layouts/partials/archive.html @@ -4,7 +4,7 @@ {{ end }}
{{ if .IsHome }} -

72 75 6e 74 69 6d 65 74 65 72 72 6f 72 2e 64 65 76 |runtimeterror.dev|

+

{{ site.Params.indexTitle | markdownify }}

{{ else }}

{{ .Title | markdownify }}

{{ end }}