Fix icon
This commit is contained in:
parent
29b4ebd09a
commit
df810c0c4e
@ -95,7 +95,7 @@ script.
|
|||||||
| {% if n.picture %}
|
| {% if n.picture %}
|
||||||
img(src="{{ n.picture.thumbnail('m', api=api) }}")
|
img(src="{{ n.picture.thumbnail('m', api=api) }}")
|
||||||
| {% else %}
|
| {% else %}
|
||||||
i.pi-chatbubble-working
|
i.pi-newspaper
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
.info
|
.info
|
||||||
a.title(href="{{ url_for_node(node=n) }}") {{ n.name }}
|
a.title(href="{{ url_for_node(node=n) }}") {{ n.name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user