mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +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.
6 lines
223 B
Plaintext
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>
|