We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4188d7c + 6d45900 commit 23b528aCopy full SHA for 23b528a
_layouts/default.html
@@ -3,6 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>{{ page.title | default: site.title }}</title>
6
+ <meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/>
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
<meta name="theme-color" content="#157878">
9
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
0 commit comments