From e398c3b16c8ca118705bd3718dd700b92eb87e5b Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Sat, 15 Feb 2014 23:14:01 -0500 Subject: [PATCH] Add site.url for use in head canonical meta and feed.xml template --- lib/site_template/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index 7142ebe0..d9fdcfc0 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -2,3 +2,4 @@ name: Dat site title tho markdown: redcarpet highlighter: pygments description: "Write an awesome description for your new site here. It will appear in your document head meta (for Google search results) and in your feed.xml site description." +url: "http://yourdomain.com"