.gitea
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
blog-sidebar.html
chronik-modal.html
footer.html
head.html
header.html
info.html
opengraph.html
page-header.html
preloader.html
twitter.html
projektwoche
schulchronik
shortcodes
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.drone.dev.yml
.drone.yml
.gitignore
.gitmodules
LICENSE
config.yml
24 lines
487 B
HTML
24 lines
487 B
HTML
{{ if .Site.Params.preloader.enable }}
|
|
<div class="preloader">
|
|
<div>
|
|
<div>
|
|
{{ with .Site.Params.preloader.preloader }}
|
|
<img src="{{ . | absURL }}" width="222px" alt="preloader">
|
|
{{ end }}
|
|
</div>
|
|
<div>
|
|
{{ with .Site.Params.preloader.loader }}
|
|
<img src="{{ . | absURL }}" width="222px" alt="preloader">
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<noscript>
|
|
<style>
|
|
.preloader {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</noscript>
|
|
{{ end }}
|