update favicons and device anon
This commit is contained in:
parent
27a4ec8f55
commit
92530b0c4d
2 changed files with 18 additions and 1 deletions
|
@ -4,7 +4,7 @@ draft: false
|
||||||
description: "Learn how you could implement anonymized hardware."
|
description: "Learn how you could implement anonymized hardware."
|
||||||
---
|
---
|
||||||
|
|
||||||
Preloading your organization's devices with a secure and private operating system can be
|
Preloading your organization's devices with a secure and private operating system can help foster a safe environment for you and your customer's data.
|
||||||
|
|
||||||
### Android: CalyxOS and GrapheneOS
|
### Android: CalyxOS and GrapheneOS
|
||||||
|
|
||||||
|
|
17
layouts/partials/favicons.html
Normal file
17
layouts/partials/favicons.html
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<link
|
||||||
|
rel="apple-touch-icon"
|
||||||
|
sizes="180x180"
|
||||||
|
href="styles/blue/apple-touch-icon.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="32x32"
|
||||||
|
href="styles/blue/favicon-32x32.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="16x16"
|
||||||
|
href="styles/blue/favicon-16x16.png"
|
||||||
|
/>
|
Loading…
Add table
Reference in a new issue