Proper pre-loading and deps
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{{define "buttonlinks"}}
|
||||
{{if eq true .Internal}}
|
||||
|
||||
<a class="btn btn-primary btn-outline btn-md lg:btn-lg" href={{.Href}}>
|
||||
<a class="btn btn-primary btn-outline btn-md lg:btn-lg" href={{.Href}} preload="mouseover">
|
||||
{{.Name}}
|
||||
</a>
|
||||
|
||||
@ -12,4 +12,4 @@
|
||||
</a>
|
||||
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user