Merge pull request #37 from prodingerd/patch-1

Add Meta Description to Head Template
This commit is contained in:
Chester How 2018-07-24 23:42:02 +08:00 committed by GitHub
commit a16441d676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" %}