Add embed icon, remove duplicate title in pages

This commit is contained in:
Agatha Lovelace 2021-07-06 19:16:52 +03:00
parent 71946dee55
commit c4fd479588
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ icon: /assets/icon_pink.svg
<meta name="author" content="Agatha">
<meta name="description" content="where the kittens live!">
<meta name="theme-color" content="#f3c3f7">
<meta property="og:image" itemprop="image" content="/assets/kitties.png">
<link rel="icon" type="image/svg" href="{{ icon }}" />
<title>{{ title }}</title>

View File

@ -12,8 +12,8 @@ icon: /assets/flompy.png
<link rel="stylesheet" href="/css/page.css">
<meta name="author" content="Agatha">
<meta name="description" content="{{ title }}">
<meta name="theme-color" content="#7a495b">
<meta property="og:image" itemprop="image" content="{{ icon }}">
<link rel="icon" type="image/svg" href="{{ icon }}" />
<title>{{ title }}</title>