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 %}