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 94c6153 commit 9b576e8Copy full SHA for 9b576e8
_layouts/default.html
@@ -8,9 +8,9 @@
8
<!-- Basic Page Needs
9
================================================== -->
10
<meta charset="utf-8">
11
- <title>Your Page Title Here :)</title>
12
- <meta name="description" content="">
13
- <meta name="author" content="">
+ <title>{{ page.title }}</title>
+ <meta name="description" content="{{ page.description }}">
+ <meta name="author" content="{{ site.author.name }}">
14
15
<!-- Mobile Specific Metas
16
0 commit comments