From 4c3aa8b306428f7039ee59d6e8601f1737bb37d1 Mon Sep 17 00:00:00 2001 From: Marco Biedermann Date: Wed, 11 Nov 2015 21:34:10 +0100 Subject: [PATCH] update meta description --- _config.yml | 5 +---- _includes/head.html | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 67ffb96..9beb1cc 100644 --- a/_config.yml +++ b/_config.yml @@ -1,9 +1,6 @@ # Site settings title: Search Engine Optimization -description: > # this means to ignore newlines until "baseurl:" - 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. +description: A helpful checklist / collection of Search Engine Optimization (SEO) tips and technics. baseurl: "" # the subpath of your site, e.g. /blog/ url: "" # the base hostname & protocol for your site twitter_username: m412c0b diff --git a/_includes/head.html b/_includes/head.html index cbf32cc..a6cf611 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,6 +3,7 @@ + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}