Update the blog list layout

This commit is contained in:
Eryn Wells 2022-09-11 10:40:25 -07:00
parent 2ebd743ce5
commit 3fb0ef35fe
4 changed files with 130 additions and 44 deletions

View file

@ -28,6 +28,11 @@
{{ if not hugo.IsProduction }}
<link rel="stylesheet" as="style" href="/styles/development.css">
{{ end }}
{{ if gt (len .Section) 0 }}
{{ range .FirstSection.Resources.Match "*.css" }}
<link rel="stylesheet" as="style" href="{{ .Permalink }}">
{{ end }}
{{ end }}
{{ range .Resources.Match "*.css" }}
<link rel="stylesheet" as="style" href="{{ .Permalink }}">
{{ end }}