update title on posts list

This commit is contained in:
John Bowdre 2023-08-23 08:58:31 -05:00
parent 3064fb33b9
commit 03d9232c80
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@ mainSections = ["posts"]
fallBackOgImage = "images/broken-computer.svg"
numberOfFeaturedPosts = 5
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
# Comments
comments = true
utterancesRepo = "jbowdre/site-comments"

View file

@ -4,7 +4,7 @@
{{ end }}
<header class="content__header">
{{ if .IsHome }}
<h1>72 75 6e 74 69 6d 65 74 65 72 72 6f 72 2e 64 65 76 |runtimeterror.dev|</h1>
<h1>{{ site.Params.indexTitle | markdownify }}</h1>
{{ else }}
<h1>{{ .Title | markdownify }}</h1>
{{ end }}