aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/page.footer.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-05-10 13:26:11 +0200
committerArthurHoaro <arthur@hoa.ro>2018-05-10 13:26:11 +0200
commit9d0fc862507e1933e447b3c3e92a438400aad263 (patch)
treec8131e06337ac4ab07d8b73276759bf540a552e4 /tpl/default/page.footer.html
parentc69585f30350876c3f9a9b090ff1165c3ec98b79 (diff)
downloadShaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.gz
Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.zst
Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.zip
Add classes to default template to avoid using IDs in SCSS
Diffstat (limited to 'tpl/default/page.footer.html')
-rw-r--r--tpl/default/page.footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/page.footer.html b/tpl/default/page.footer.html
index f4f09e92..34193743 100644
--- a/tpl/default/page.footer.html
+++ b/tpl/default/page.footer.html
@@ -2,7 +2,7 @@
2 2
3<div class="pure-g"> 3<div class="pure-g">
4 <div class="pure-u-2-24"></div> 4 <div class="pure-u-2-24"></div>
5 <div id="footer" class="pure-u-20-24"> 5 <div id="footer" class="pure-u-20-24 footer-container">
6 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> 6 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
7 {if="isLoggedIn()===true"} 7 {if="isLoggedIn()===true"}
8 {$version} 8 {$version}