From 562e21d57a7e1f2b3b4db8d98541ed8f006f5fd9 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 29 Mar 2019 15:35:19 +0100 Subject: [PATCH] UI Page: Set page url as title. So it's highlighted in the navigation. --- src/templates/nodes/custom/page/view_embed.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/nodes/custom/page/view_embed.pug b/src/templates/nodes/custom/page/view_embed.pug index 9c3d61a6..4557ca4f 100644 --- a/src/templates/nodes/custom/page/view_embed.pug +++ b/src/templates/nodes/custom/page/view_embed.pug @@ -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 %}