diff --git a/src/templates/nodes/custom/page/view_embed.pug b/src/templates/nodes/custom/page/view_embed.pug index 298a4ecd..61376099 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 %} + | {% block body %} .expand-image-links.imgs-fluid | {% if node.picture %} @@ -14,7 +16,7 @@ include ../../../mixins/components .container.pb-5 .row .col-8.mx-auto - h2.pt-5.pb-3.text-center {{node.name}} + h2.pt-5.pb-3.text-center {{ node.name }} | {% if node.description %} .node-details-description