Pages: Don't show date and page title
It's already in the jumbotron
This commit is contained in:
@@ -8,7 +8,7 @@ include ../../../mixins/components
|
|||||||
| {% if node.picture %}
|
| {% if node.picture %}
|
||||||
+jumbotron(
|
+jumbotron(
|
||||||
"{{ node.name }}",
|
"{{ node.name }}",
|
||||||
"{{ node._created | pretty_date }}{% if node.user.full_name %} · {{ node.user.full_name }}{% endif %}",
|
null,
|
||||||
"{{ node.picture.thumbnail('h', api=api) }}",
|
"{{ node.picture.thumbnail('h', api=api) }}",
|
||||||
"{{ node.url }}")
|
"{{ node.url }}")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
@@ -16,10 +16,8 @@ include ../../../mixins/components
|
|||||||
.container.pb-5
|
.container.pb-5
|
||||||
.row
|
.row
|
||||||
.col-8.mx-auto
|
.col-8.mx-auto
|
||||||
h2.pt-5.pb-3.text-center {{ node.name }}
|
|
||||||
|
|
||||||
| {% if node.description %}
|
| {% if node.description %}
|
||||||
.node-details-description
|
.node-details-description.pt-5
|
||||||
| {{ node | markdowned('description') }}
|
| {{ node | markdowned('description') }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user