Skip to content

Commit 6e36246

Browse files
committed
🎄 style: update meta tags
1 parent 836dc30 commit 6e36246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎templates/sections/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
21
<meta charset="utf-8">
2+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
33
<meta name="description" content="{{ info['head']['description'] }}">
44
<meta name="keywords" content="{{ info['head']['keywords'] }}">
5+
<meta name="robots" content="index, follow">
56
<meta name="author" content="{{ info['head']['author'] }}">
67
<meta name="theme-color" content="{{ info['head']['theme-color'] }}">
78
<link href="/static/flaskcwg-icon.png" rel="icon">

0 commit comments

Comments
 (0)