archetypes
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldung
author
bibo
cantorfora
cantorpreis
forms
ganztagsangebote
jia
kontakt
pages
pages-nocontent
partials
blog-sidebar.html
footer.html
head.html
header.html
info.html
page-header.html
preloader.html
schuelerrat
schulchronik
shortcodes
termine
wettbewerbe
404.html
index.html
resources
static
.gitlab-ci.yml
.hugo_build.lock
config.toml
10 lines
285 B
HTML
10 lines
285 B
HTML
{{ if .Site.Params.preloader.enable }}
|
|
{{ "<!-- preloader start -->" | safeHTML }}
|
|
<div class="preloader">
|
|
{{ with .Site.Params.preloader.preloader }}
|
|
<img src="{{ . | absURL }}" width="222px" alt="preloader">
|
|
{{ end }}
|
|
</div>
|
|
{{ "<!-- preloader end -->" | safeHTML }}
|
|
{{ end }}
|