frontpage: Adjust template slightly

This commit is contained in:
James Valleroy 2016-11-24 11:59:46 -05:00
parent 7139b03351
commit 0529766b40
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
- xmpp: Show more clearly if domain is not set.
- frontpage: Don't show apps requiring login, unless logged in.
- ttrss: Show status block.
- frontpage: Make app icons larger.
## [0.11.0] - 2016-09-21
### Added

View File

@ -36,7 +36,8 @@
<li>
<a href="{{ shortcut.url }}">
{% endif %}
<span class="{{ shortcut.icon }} glyphicon" style="font-size: 140%"></span>
<span class="{{ shortcut.icon }} glyphicon"
style="font-size: 140%"></span>
{{ shortcut.label }}
</a>
</li>