mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Tweak footer
This commit is contained in:
parent
3fb4fa992c
commit
47a2cbd339
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
Built by Starbeamrainbowlabs
|
Powered by <a href="https://github.com/sbrl/GalleryShare">GalleryShare</a> •
|
||||||
|
Built by Starbeamrainbowlabs •
|
||||||
<img src="/!images/Badge-License.svg" />
|
<img src="/!images/Badge-License.svg" />
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
</figure>
|
</figure>
|
||||||
</a>
|
</a>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="ListingEntry[@Type='Directory']">
|
<xsl:template match="ListingEntry[@Type='Directory']">
|
||||||
<a href="{Name}" class="preview-backdrop">
|
<a href="{Name}" class="preview-backdrop">
|
||||||
<figure class="preview directory" style="background-image: url('{Name}?type=thumbnail');">
|
<figure class="preview directory" style="background-image: url('{Name}?type=thumbnail');">
|
||||||
|
|
Loading…
Reference in a new issue