diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-05-01 00:47:23 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-05-01 00:47:23 -0400 |
commit | 6aa5c3b784f11fb73e03d1ef9b2020c926d41cae (patch) | |
tree | e99f4c7130c4644bba61532f5d38a6c86c080d8d /_layouts | |
parent | 4a0a3c49b5b41174ab39dcd97769515a2770b172 (diff) |
Just use site keywords, not page keywords
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/master.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index c853f5c..b54061a 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -25,11 +25,7 @@ {% else %} <meta name="description" content="{{ site.description }}"> {% endif %} - {% if page.categories %} - <meta name="keywords" content="{{ page.categories | join: ',' }}"> - {% else %} <meta name="keywords" content="{{ site.keywords | join: ',' }}"> - {% endif %} <!-- OpenGraph Meta --> <meta property="og:title" content="{{ page.title }}"> |