UI Page: Set page url as title.

So it's highlighted in the navigation.
This commit is contained in:
Pablo Vazquez 2019-03-29 15:35:19 +01:00
parent c80234bac2
commit 562e21d57a

View File

@ -1,6 +1,8 @@
| {% extends 'projects/landing.html' %}
include ../../../mixins/components
| {% set title = node.properties.url %}
//- Remove custom classes applied by the landing template (that turn background black).
| {% block bodyclasses %}page{% endblock %}