Fix mesh file path

This commit is contained in:
Alex Selimov 2026-08-13 22:30:17 -04:00
parent b4fe04727f
commit aa632e3512

View file

@ -1,6 +1,6 @@
<div class="mesh-wrap mesh-wrap-top" aria-hidden="true"> <div class="mesh-wrap mesh-wrap-top" aria-hidden="true">
<div class="mesh-image mesh-image-top"> <div class="mesh-image mesh-image-top">
{{ readFile "themes/hugo-bearcub/static/mesh.svg" | safeHTML }} {{ readFile "static/mesh.svg" | safeHTML }}
</div> </div>
</div> </div>