diff --git a/_config.yml b/_config.yml index 0aa900d..a5d9f62 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,7 @@ title: Freelancer email: your-email@domain.com url: https://example.github.io description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." +keywords: "your keywords, separated by commas" skills: "Web Developer - Graphic Artist - User Experience Designer" meta_author: LastName FirstName diff --git a/_includes/head.html b/_includes/head.html index eb19f8d..ca5de05 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,6 +4,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + {% if site.meta_author %}{% endif %}