chore: update favicons
This commit is contained in:
parent
34e0cbaa5e
commit
890adcb865
13 changed files with 53 additions and 743 deletions
|
@ -20,16 +20,9 @@
|
|||
<meta property="og:image" content="{{ image | getPostImage }}">
|
||||
<meta name="theme-color" content="#a855f7" />
|
||||
<meta name="generator" content="{{ eleventy.generator }}">
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/assets/img/favicon/favicon-16x16.png">
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="/assets/img/favicon/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" href="/assets/img/favicon/apple-touch-icon.png">
|
||||
<link href="/assets/icons/favicon.ico?v={% version %}" rel="icon" sizes="any">
|
||||
<link href="/assets/icons/favicon.svg?v={% version %}" rel="icon" type="image/svg+xml">
|
||||
<link href="/assets/icons/apple-touch-icon.png?v={% version %}" rel="apple-touch-icon">
|
||||
<link href="/assets/styles/tailwind.css?v={% version %}" rel="stylesheet" />
|
||||
{% capture css %}
|
||||
{% render "../assets/styles/prism.css" %}
|
||||
|
|
Reference in a new issue