diff --git a/src/templates/nodes/custom/blog/_macros.pug b/src/templates/nodes/custom/blog/_macros.pug index cc11e6c..0f20ab9 100644 --- a/src/templates/nodes/custom/blog/_macros.pug +++ b/src/templates/nodes/custom/blog/_macros.pug @@ -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 %}