garbage collection
This commit is contained in:
9
layouts/partials/preloader.html
Normal file
9
layouts/partials/preloader.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ if .Site.Params.preloader.enable }}
|
||||
{{ "<!-- preloader start -->" | safeHTML }}
|
||||
<div class="preloader">
|
||||
{{ with .Site.Params.preloader.preloader }}
|
||||
<img src="{{ . | absURL }}" alt="preloader">
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ "<!-- preloader end -->" | safeHTML }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user