Blog: name in title

This commit is contained in:
2018-09-15 22:09:12 +02:00
parent 23bf27ca75
commit 08b1b03802

View File

@@ -7,7 +7,7 @@ include ../../../../../../pillar/src/templates/mixins/components
| {% if node.picture %}
+jumbotron(
"{{ node.name }}",
"{{ node._created | pretty_date }}",
"{{ node._created | pretty_date }}{% if node.user.full_name %} · {{ node.user.full_name }}{% endif %}",
"{{ node.picture.thumbnail('h', api=api) }}",
"{{ node.url }}")
| {% else %}