diff options
-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 }}"> |