From c773145bd67fdb36c1bd85954c0c357e0fdc35d2 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Sun, 16 Sep 2018 04:28:37 +0200 Subject: [PATCH] Blog: use jumbotron overlay --- src/templates/nodes/custom/blog/_macros.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/templates/nodes/custom/blog/_macros.pug b/src/templates/nodes/custom/blog/_macros.pug index 2632ee4..a0d1ae8 100644 --- a/src/templates/nodes/custom/blog/_macros.pug +++ b/src/templates/nodes/custom/blog/_macros.pug @@ -9,7 +9,8 @@ include ../../../../../../pillar/src/templates/mixins/components "{{ node.name }}", "{{ node._created | pretty_date }}{% if node.user.full_name %} ยท {{ node.user.full_name }}{% endif %}", "{{ node.picture.thumbnail('h', api=api) }}", - "{{ node.url }}") + "{{ node.url }}")( + class="jumbotron-overlay") | {% else %} .pt-5.text-center.text-muted h2.pb-2