From f85731907e2f7d55ac2a8a2f1e0bc00a72ee35d6 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 28 Jun 2022 14:40:01 -0500 Subject: [PATCH] Website: Update metadata on /landing, update fallback title (#6403) * Website: update metadata in layout-landing * update twitter title metatag --- website/views/layouts/layout-landing.ejs | 10 +++++----- website/views/layouts/layout.ejs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/views/layouts/layout-landing.ejs b/website/views/layouts/layout-landing.ejs index ce3382832a..16af5ea2b6 100644 --- a/website/views/layouts/layout-landing.ejs +++ b/website/views/layouts/layout-landing.ejs @@ -7,16 +7,16 @@ %> - Fleet for osquery | Open source device management - + <%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet for osquery | Open source device management' %> + <% /* Viewport tag for sensible mobile support */ %> - - - + + + <% /* 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 cd6db2c762..3ceef77e3f 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -15,7 +15,7 @@ - + <% /* Script tags should normally be included further down the page- but any