Pages: Set title from page properties url

This commit is contained in:
Pablo Vazquez 2018-09-17 15:02:24 +02:00
parent 00c4ec8741
commit 601b94e23a

View File

@ -1,6 +1,8 @@
| {% extends 'projects/landing.html' %} | {% extends 'projects/landing.html' %}
include ../../../mixins/components include ../../../mixins/components
| {% set title = node.properties.url %}
| {% block body %} | {% block body %}
.expand-image-links.imgs-fluid .expand-image-links.imgs-fluid
| {% if node.picture %} | {% if node.picture %}