.gitea
assets
content
data
layouts
_default
abiturienten
about
alumninetzwerk
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
data
authors.html
blog-sidebar.html
card-article.html
card-btn.html
card-category.html
collapsible.html
download.html
filter-controls.html
footer.html
ganztag.html
head.html
header-contest.html
header.html
icon-element.html
info.html
mdi.html
modal.html
opengraph.html
page-header.html
pagination.html
preloader.html
summary.html
termin.html
tile-modals.html
twitter.html
projektwoche
schulchronik
shortcodes
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.gitignore
.mailmap
LICENSE
config.yml
go.mod
go.sum
renovate.json
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 }}
|