footer and contentinfo

This commit is contained in:
Luce Carević 2019-03-02 12:56:08 +01:00
parent 90e048594a
commit c31dd67c5d
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="pure-g">
<div class="pure-u-2-24"></div>
<div id="footer" class="pure-u-20-24 footer-container">
<footer id="footer" class="pure-u-20-24 footer-container" role="contentinfo">
<strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
{if="$is_logged_in===true"}
{$version}
@ -13,7 +13,7 @@
{loop="$plugins_footer.text"}
{$value}
{/loop}
</div>
</footer>
<div class="pure-u-2-24"></div>
</div>