Skip to content

Commit

Permalink
readd favicon metadata (#11)
Browse files Browse the repository at this point in the history
Readd favicon metadata to templates (layouts)
  • Loading branch information
vincerubinetti authored Jun 28, 2019
1 parent 939bec6 commit 29d572b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@
<meta property="twitter:description" content="{{ page.description }}" />
<meta property="twitter:image" content="/share-thumbnail.png" />

<!-- favicons - https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/favicon-192x192.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#02b3e4" />
<meta name="msapplication-TileColor" content="#02b3e4" />
<meta name="theme-color" content="#02b3e4" />

<!-- keywords -->
<meta name="keywords" content="{{ page.keywords }}" />

Expand Down
13 changes: 13 additions & 0 deletions _layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@
<meta property="twitter:description" content="{{ page.description }}" />
<meta property="twitter:image" content="/share-thumbnail.png" />

<!-- favicons - https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/favicon-192x192.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#02b3e4" />
<meta name="msapplication-TileColor" content="#02b3e4" />
<meta name="theme-color" content="#02b3e4" />

<!-- keywords -->
<meta name="keywords" content="{{ page.keywords }}" />

Expand Down

0 comments on commit 29d572b

Please sign in to comment.