From 4dd8c078b5888a60e5d81b57e70eba62b4215a3c Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 11 Apr 2023 09:53:52 -0500 Subject: [PATCH] Website: update website tags (#11130) . --- website/views/layouts/layout-customer.ejs | 14 +++++++------- website/views/layouts/layout-landing.ejs | 14 +++++++------- website/views/layouts/layout-sandbox.ejs | 14 +++++++------- website/views/layouts/layout.ejs | 12 ++++++------ 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/website/views/layouts/layout-customer.ejs b/website/views/layouts/layout-customer.ejs index 45abf2dff1..fc9568c033 100644 --- a/website/views/layouts/layout-customer.ejs +++ b/website/views/layouts/layout-customer.ejs @@ -7,21 +7,21 @@ %> - <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Lightweight, programmable telemetry for servers and workstations' %> - + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet | Open-source device management' %> + <% /* Viewport tag for sensible mobile support */ %> <%// Twitter meta tags%> - + - - + + <%// Meta tags for other social previews %> - - + + <% /* Script tags should normally be included further down the page- but any scripts that load fonts (e.g. Fontawesome ≥v5) are special exceptions to the rule. (Include them up here along with any hard-coded «link» tags for Typekit, diff --git a/website/views/layouts/layout-landing.ejs b/website/views/layouts/layout-landing.ejs index c0a44349de..5055ad945b 100644 --- a/website/views/layouts/layout-landing.ejs +++ b/website/views/layouts/layout-landing.ejs @@ -7,21 +7,21 @@ %> - <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Lightweight, programmable telemetry for servers and workstations' %> - + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet | Open-source device management' %> + <% /* Viewport tag for sensible mobile support */ %> <%// Twitter meta tags%> - + - - + + <%// Meta tags for other social previews %> - - + + <% /* Script tags should normally be included further down the page- but any scripts that load fonts (e.g. Fontawesome ≥v5) are special exceptions to the rule. (Include them up here along with any hard-coded «link» tags for Typekit, diff --git a/website/views/layouts/layout-sandbox.ejs b/website/views/layouts/layout-sandbox.ejs index 31f6373e1d..e12f21a528 100644 --- a/website/views/layouts/layout-sandbox.ejs +++ b/website/views/layouts/layout-sandbox.ejs @@ -8,21 +8,21 @@ %> - <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Lightweight, programmable telemetry for servers and workstations' %> - + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet | Open-source device management' %> + <% /* Viewport tag for sensible mobile support */ %> <%// Twitter meta tags%> - + - - + + <%// Meta tags for other social previews %> - - + + <% /* Script tags should normally be included further down the page- but any scripts that load fonts (e.g. Fontawesome ≥v5) are special exceptions to the rule. (Include them up here along with any hard-coded «link» tags for Typekit, diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index a6507a2e05..9117823cd7 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -9,21 +9,21 @@ %> - <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Lightweight, programmable telemetry for servers and workstations' %> - + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet | Open-source device management' %> + <% /* Viewport tag for sensible mobile support */ %> <%// Twitter meta tags%> - - + + <%// Meta tags for other social previews %> - - + + <% /* Script tags should normally be included further down the page- but any scripts that load fonts (e.g. Fontawesome ≥v5) are special exceptions to the rule. (Include them up here along with any hard-coded «link» tags for Typekit,