Skip to content

Commit a4b56cc

Browse files
committed
refactor(site): reorder link and meta tags
refactor(site): reorder link and meta tags refactor(site): reorder link and meta tags
1 parent 2eca17e commit a4b56cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/html_templates/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<head>
44
<meta charset="utf-8" />
5-
<link rel="alternate icon" type="image/png" href="/favicon.png" />
6-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
75
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<meta name="application-name" content="Coder" />
96
<meta name="theme-color" content="#17172E" />
7+
<meta name="application-name" content="Coder" />
108
<meta property="og:type" content="website" />
11-
<meta property="csrf-token" content="{{ .CSRF.Token }}" />
129
<meta property="csp-nonce" content="{{ .CSP.Nonce }}" />
10+
<meta property="csrf-token" content="{{ .CSRF.Token }}" />
1311
<link rel="mask-icon" href="/static/favicon.svg" color="#000000" crossorigin="use-credentials" />
12+
<link rel="alternate icon" type="image/png" href="/favicon.png" />
13+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1414
<title>Coder</title>
1515
</head>
1616

0 commit comments

Comments
 (0)