filesafe/views/_partial/floating-home.njk
Bobby Wibowo 36a41c9711
Added floating home button to auth page
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.
2020-05-26 03:49:54 +07:00

6 lines
223 B
Plaintext

<a class="floating-home-button{{ ' is-hidden' if floatingHomeHideInitially }}" title="Back to Safe" href="{{ floatingHomeHref or '.' }}">
<span class="icon is-medium">
<i class="icon-home icon-2x"></i>
</span>
</a>