Merge pull request #37 from prodingerd/patch-1
Add Meta Description to Head Template
This commit is contained in:
commit
a16441d676
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{% if page.title == "Home" %}
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
{% endif %}
|
||||
|
||||
<title>
|
||||
{% if page.title == "Home" %}
|
||||
|
|
Loading…
Reference in a new issue