We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836dc30 commit 6e36246Copy full SHA for 6e36246
‎templates/sections/head.html
@@ -1,7 +1,8 @@
1
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
2
<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
3
<meta name="description" content="{{ info['head']['description'] }}">
4
<meta name="keywords" content="{{ info['head']['keywords'] }}">
5
+<meta name="robots" content="index, follow">
6
<meta name="author" content="{{ info['head']['author'] }}">
7
<meta name="theme-color" content="{{ info['head']['theme-color'] }}">
8
<link href="/static/flaskcwg-icon.png" rel="icon">
0 commit comments