mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
frontpage: Adjust template slightly
This commit is contained in:
parent
7139b03351
commit
0529766b40
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user