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 61f8d77 commit 1e0de3dCopy full SHA for 1e0de3d
1 file changed
templates/base.html
@@ -10,6 +10,8 @@
10
<meta charset="utf-8">
11
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12
<link href="/style.css" rel="stylesheet">
13
+ <meta name="description" content="{{ config.description }}">
14
+ <link rel="alternate" type="application/atom+xml" title="uutils blog" href="/atom.xml">
15
<link href="/giallo-dark.css" rel="stylesheet" media="(prefers-color-scheme: dark)" />
16
<link href="/giallo-light.css" rel="stylesheet" media="(prefers-color-scheme: light)" />
17
</head>
0 commit comments