edit the htmls

This commit is contained in:
Dilanka-H
2025-11-21 17:36:29 +07:00
parent 30a63f7433
commit fc5c7db221
10 changed files with 6684 additions and 64 deletions

14
views/helper-blocks.html Normal file
View File

@@ -0,0 +1,14 @@
{{ block "footer-contact" .}}
<a href="{{.Link}}"
target="_blank"
class="text-blue-600">
<span class="[&>svg]:h-{{.Height}} [&>svg]:w-{{.Width}}">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 512 512">
<path d="{{ .Path }}"/>
</svg>
</span>
</a>
{{ end }}