removed recent section

This commit is contained in:
Ben Varick 2025-02-06 16:56:31 -06:00
parent 82dc1a1386
commit afe031d70f
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
13 changed files with 53 additions and 135 deletions

6
layouts/index.html Normal file
View file

@ -0,0 +1,6 @@
{{ define "main" }}
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy {{ $.Param "text_color" | default "mid-gray" }}">
{{ .Content }}
</article>
{{/* Define a section to pull recent posts from. For Hugo 0.20 this will default to the section with the most number of pages. */}}
{{end}}