Fixing the scripts page list items
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 21s

This commit is contained in:
2026-07-05 19:19:47 -07:00
parent 0af9fe0709
commit bcb0aa2a1b

View File

@@ -39,7 +39,9 @@
{{ if .Page.Params.Article }}
<p class="card-text">{{ .Description }}</p>
{{ else }}
<p class="card-text">{{ .Content }}</p>
{{ if not (hasPrefix .Page.Path "/scripts") }}
<p class="card-text swag">{{ .Page.Content }}</p>
{{ end }}
{{ end }}
{{ if .Page.Params.Thumbnail }}
<a href="{{ .Params.Thumbnail }}">