mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 15:21:33 +00:00
36a41c9711
Moved floating home button codes to views/_partial/floating-home.njk. Added some variables support into some partial NJK files. album.njk now uses partial versions for noscript codes. A few other things. Bumped v1 version string and rebuilt client assets.
17 lines
492 B
Plaintext
17 lines
492 B
Plaintext
<noscript>
|
|
<section id="noscript" class="hero is-fullheight">
|
|
<div class="hero-body">
|
|
<div class="container has-text-centered">
|
|
<p>This page requires JavaScript to function.</p>
|
|
<p>
|
|
{%- if noscriptMessage -%}
|
|
{{ noscriptMessage | safe }}
|
|
{%- else -%}
|
|
If you are not redirected to the No-JS uploader, please <a href="nojs">click here</a>.
|
|
{%- endif -%}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</noscript>
|