mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
update title on posts list
This commit is contained in:
parent
3064fb33b9
commit
03d9232c80
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ mainSections = ["posts"]
|
|||
fallBackOgImage = "images/broken-computer.svg"
|
||||
numberOfFeaturedPosts = 5
|
||||
|
||||
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
|
||||
|
||||
# Comments
|
||||
comments = true
|
||||
utterancesRepo = "jbowdre/site-comments"
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue