diff --git a/hugo.toml b/hugo.toml index 429e881..0f117fc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,6 +6,8 @@ copyright = 'Copyright (C) 2024 - Ethan Marshall' sectionPagesMenu = "main" +summaryLength = 10 + [params] noindex = false diff --git a/themes/risotto/layouts/post/list.html b/themes/risotto/layouts/post/list.html index 658b1eb..af87fe3 100644 --- a/themes/risotto/layouts/post/list.html +++ b/themes/risotto/layouts/post/list.html @@ -7,11 +7,7 @@ {{ range .Pages }}
-

{{ .Title | markdownify }}

- +

{{ .Title | markdownify }} - {{ .Date.Format "2 January 2006" }}