Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<title>${page.title}${page.brandSlug ? ' | ' : ''}${page.brandSlug}</title>
<meta data-sly-test.keywords="${page.keywords}" name="keywords" content="${keywords}"/>
<meta data-sly-test.description="${page.description || properties['jcr:description']}" name="description" content="${description}"/>
<sly data-sly-include="structureddata.html"></sly>
<meta data-sly-test.templateName="${page.templateName}" name="template" content="${templateName}"/>
<sly data-sly-include="head.socialmedia.html"></sly>
<sly data-sly-include="customheaderlibs.html"></sly>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<title>${page.title}${page.brandSlug ? ' | ' : ''}${page.brandSlug}</title>
<meta data-sly-test.keywords="${page.keywords}" name="keywords" content="${keywords}"/>
<meta data-sly-test.description="${page.description || properties['jcr:description']}" name="description" content="${description}"/>
<sly data-sly-include="structureddata.html"></sly>
<meta data-sly-test.templateName="${page.templateName}" name="template" content="${templateName}"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta data-sly-test="${page.robotsTags}" name="robots" content="${page.robotsTags @ join=', '}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<title>${page.title}${page.brandSlug ? ' | ' : ''}${page.brandSlug}</title>
<meta data-sly-test.keywords="${page.keywords}" name="keywords" content="${keywords}"/>
<meta data-sly-test.description="${page.description || properties['jcr:description']}" name="description" content="${description}"/>
<sly data-sly-include="structureddata.html"></sly>
<meta data-sly-test.templateName="${page.templateName}" name="template" content="${templateName}"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta data-sly-test="${page.robotsTags}" name="robots" content="${page.robotsTags @ join=', '}">
Expand Down
Loading