Fix SVG header + older/newer

This commit is contained in:
Massimo Scagliola 2023-09-07 12:35:22 +02:00
parent 4334f981f5
commit a967ec203c
3 changed files with 13 additions and 12 deletions

View File

@ -30,16 +30,17 @@ enableRobotsTXT = false
[languages]
[languages.en]
title = "Crooked Ink"
subtitle = "Stories about weird stuff"
keywords = "creative writing, blog, weird fiction, short stories"
description = "Stories about weird stuff"
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
#readOtherPosts = "Read other posts"
[languages.en.params]
title = "Crooked Ink"
subtitle = "Stories about weird stuff"
keywords = "creative writing, blog, weird fiction, short stories"
description = "Stories about weird stuff"
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
#readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Crooked Ink"
logoHomeLink = "/"
[languages.en.params.logo]
logoText = "Crooked Ink"
logoHomeLink = "/"
# or
#
# path = "/svg/logo.svg"

File diff suppressed because one or more lines are too long

View File

@ -4,14 +4,14 @@
<span class="button previous">
<a href="{{ .Paginator.Prev.URL }}">
<span class="button__icon"></span>
<span class="button__text">See newer</span>
<span class="button__text">Newer</span>
</a>
</span>
{{ end }}
{{ if .Paginator.HasNext }}
<span class="button next">
<a href="{{ .Paginator.Next.URL }}">
<span class="button__text">See older</span>
<span class="button__text">Older</span>
<span class="button__icon"></span>
</a>
</span>