Merge branch 'feature/noscript'

This commit is contained in:
2022-10-28 19:48:52 +02:00
6 changed files with 66 additions and 4 deletions

View File

@ -81,4 +81,11 @@
</nav>
</div>
</div>
<noscript>
<style>
.navigation {
background-color: #1a1a37;
}
</style>
</noscript>
</header>

View File

@ -4,4 +4,11 @@
<img src="{{ . | absURL }}" width="222px" alt="preloader">
{{ end }}
</div>
<noscript>
<style>
.preloader {
display: none;
}
</style>
</noscript>
{{ end }}