Skip to content

Commit 7cf5d0c

Browse files
committed
Correct favicon
1 parent f226605 commit 7cf5d0c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

layouts/partials/head.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<title>{{ if .IsHome }}{{ .Site.Title }} — FIRST Team 1741{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
55
<meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
66

7+
<!-- Favicon -->
8+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png">
9+
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192x192.png">
10+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
11+
712
<!-- Open Graph -->
813
<meta property="og:title" content="{{ .Title }}">
914
<meta property="og:description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">

static/apple-touch-icon.png

27.3 KB
Loading

static/favicon-192x192.png

30.7 KB
Loading

static/favicon.ico

2.46 KB
Binary file not shown.

static/favicon.png

2.46 KB
Loading

0 commit comments

Comments
 (0)