Hugo bugfix for Congo.
Deploy Hugo Site / Check and Create PR (push) Successful in 30s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 23s
Deploy Hugo Site / PR Merge (push) Successful in 22s
Deploy Hugo Site / Build and Deploy to Server (push) Successful in 26s

This commit is contained in:
2025-07-22 13:58:28 -04:00
parent 2649b0716c
commit 7978a7e927
7 changed files with 13 additions and 13 deletions
@@ -1,9 +1,9 @@
{{ $jsHome := resources.Get "js/home.js" | resources.Minify | resources.Fingerprint "sha512" }}
<div id="page">
{{ partial "partials/home/page.html" . }}
{{ partial "home/page.html" . }}
</div>
<div id="profile" class="hidden h-full">
{{ partial "partials/home/profile.html" . }}
{{ partial "home/profile.html" . }}
</div>
<script
defer