diff --git a/_config.yml b/_config.yml index cdbaa4c..6b2a0fc 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Site settings -title: Cheat Sheet -description: A list of everything that could go in the of your document +title: cheatsheet +description: "A free guide to elements" baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://gethead.info" # the base hostname & protocol for your site (no trailing slash) twitter_username: joshbuchea diff --git a/_includes/head.html b/_includes/head.html index 36b6c17..8d24ce1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,7 +8,7 @@ - {% if page.title %}{{ page.title | xml_escape }}{% else %}{{ site.title | xml_escape }}{% endif %} + {% if page.title %}{{ page.title | xml_escape }}{% else %}{{ site.title | xml_escape }} - {{ site.description | xml_escape }} {% endif %} diff --git a/_includes/header.html b/_includes/header.html index 92e4c57..7611b9d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,12 +1,30 @@