Files
.gitea
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
blog-sidebar.html
card-btn-ni.html
card-icon.html
collapsible.html
download.html
filter-controls.html
footer.html
head.html
header-cl-url.html
header.html
info.html
modal.html
opengraph.html
page-header.html
pagination.html
preloader.html
termin.html
twitter.html
projektwoche
schulchronik
shortcodes
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.gitignore
LICENSE
config.yml
gcg-website/layouts/partials/preloader.html
2022-12-25 20:29:58 +01:00

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 }}