From 2dd4884e9ffea83572fcac5258815dfe49fb7c4a Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Fri, 6 Jun 2025 18:08:59 -0600 Subject: [PATCH] improve formatting --- assets/sass/_tools.sass | 0 layouts/home.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 assets/sass/_tools.sass diff --git a/assets/sass/_tools.sass b/assets/sass/_tools.sass new file mode 100644 index 0000000..e69de29 diff --git a/layouts/home.html b/layouts/home.html index bf97519..eaa47e4 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -6,7 +6,7 @@ {{ range $pages }}

{{ .Title }}

-

{{ .Content | truncate 100 }}

+

{{ .Content | truncate 250 }}

{{ end }}