Add embed icon, remove duplicate title in pages
This commit is contained in:
parent
71946dee55
commit
c4fd479588
|
@ -13,6 +13,7 @@ icon: /assets/icon_pink.svg
|
||||||
<meta name="author" content="Agatha">
|
<meta name="author" content="Agatha">
|
||||||
<meta name="description" content="where the kittens live!">
|
<meta name="description" content="where the kittens live!">
|
||||||
<meta name="theme-color" content="#f3c3f7">
|
<meta name="theme-color" content="#f3c3f7">
|
||||||
|
<meta property="og:image" itemprop="image" content="/assets/kitties.png">
|
||||||
|
|
||||||
<link rel="icon" type="image/svg" href="{{ icon }}" />
|
<link rel="icon" type="image/svg" href="{{ icon }}" />
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
|
|
|
@ -12,8 +12,8 @@ icon: /assets/flompy.png
|
||||||
<link rel="stylesheet" href="/css/page.css">
|
<link rel="stylesheet" href="/css/page.css">
|
||||||
|
|
||||||
<meta name="author" content="Agatha">
|
<meta name="author" content="Agatha">
|
||||||
<meta name="description" content="{{ title }}">
|
|
||||||
<meta name="theme-color" content="#7a495b">
|
<meta name="theme-color" content="#7a495b">
|
||||||
|
<meta property="og:image" itemprop="image" content="{{ icon }}">
|
||||||
|
|
||||||
<link rel="icon" type="image/svg" href="{{ icon }}" />
|
<link rel="icon" type="image/svg" href="{{ icon }}" />
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
|
|
Loading…
Reference in New Issue