mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Twitter card preview on Fleetdm.com (#1425)
This commit is contained in:
parent
080a7c468b
commit
55f2d37091
2 changed files with 5 additions and 1 deletions
BIN
website/assets/images/fleet-logo-square@2x.png
vendored
Normal file
BIN
website/assets/images/fleet-logo-square@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
6
website/views/layouts/layout.ejs
vendored
6
website/views/layouts/layout.ejs
vendored
|
|
@ -11,7 +11,11 @@
|
|||
|
||||
<% /* Viewport tag for sensible mobile support */ %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="https://fleetdm.com" />
|
||||
<meta name="twitter:title" content="Open source device management" />
|
||||
<meta name="twitter:description" content="Open source software, built on osquery. With Fleet you can ask important questions about your servers, containers, and laptops. Whatever operating system they are running. Wherever they live; on your own hardware, or in the cloud." />
|
||||
<meta name="twitter:image" content="https://github.com/fleetdm/fleet/blob/a6cff7ea89b9632eaf53127fbc7f3ba29d9a0918/website/assets/images/fleet-logo-square@2x.png" />
|
||||
<% /* 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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue