edit the htmls
This commit is contained in:
14
views/helper-blocks.html
Normal file
14
views/helper-blocks.html
Normal 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 }}
|
||||
Reference in New Issue
Block a user