Pages: Don't show date and page title

It's already in the jumbotron
This commit is contained in:
Pablo Vazquez 2018-09-18 15:24:19 +02:00
parent 93720e226c
commit 46bdd4f51c

View File

@ -8,7 +8,7 @@ include ../../../mixins/components
| {% if node.picture %}
+jumbotron(
"{{ node.name }}",
"{{ node._created | pretty_date }}{% if node.user.full_name %} · {{ node.user.full_name }}{% endif %}",
null,
"{{ node.picture.thumbnail('h', api=api) }}",
"{{ node.url }}")
| {% endif %}
@ -16,10 +16,8 @@ include ../../../mixins/components
.container.pb-5
.row
.col-8.mx-auto
h2.pt-5.pb-3.text-center {{ node.name }}
| {% if node.description %}
.node-details-description
.node-details-description.pt-5
| {{ node | markdowned('description') }}
| {% endif %}