Attempting manual fix for Hugo breaking change.
Deploy Hugo Site / Check and Create PR (push) Successful in 1m5s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 28s
Deploy Hugo Site / PR Merge (push) Successful in 38s
Deploy Hugo Site / Build and Deploy to Server (push) Failing after 21s

This commit is contained in:
2025-07-22 11:50:02 -04:00
parent 4ad3c1287c
commit 2649b0716c
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{{ if .Get "default" }}
{{ template "_internal/shortcodes/figure.html" . }}
{{ template "_shortcodes/figure.html" . }}
{{ else }}
{{ $url := urls.Parse (.Get "src") }}
{{ $altText := .Get "alt" }}