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