mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Update layout-landing.ejs (#7397)
This commit is contained in:
parent
9a1d2066bb
commit
7e3cdbe0ab
1 changed files with 1 additions and 1 deletions
2
website/views/layouts/layout-landing.ejs
vendored
2
website/views/layouts/layout-landing.ejs
vendored
|
|
@ -8,7 +8,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title><%= typeof pageTitleForMeta !== 'undefined' ? pageTitleForMeta : 'Fleet Device Management | Lightweight, programmable telemetry for servers and workstations' %></title>
|
||||
<meta name="description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : ''Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the performance hit' %>" />
|
||||
<meta name="description" content="<%= typeof pageDescriptionForMeta !== 'undefined' ? pageDescriptionForMeta : 'Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the performance hit' %>" />
|
||||
|
||||
<% /* Viewport tag for sensible mobile support */ %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue