From 50b4093068f2ecf5f1ead54c503f0e8602ca5d0c Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 11 Jul 2017 15:30:01 -0400 Subject: [PATCH] Try to fix SEO image syntax --- _config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 00b3eb8..7d646b7 100644 --- a/_config.yml +++ b/_config.yml @@ -18,9 +18,10 @@ defaults: scope: path: "" values: - image: /img/profile_icon_300x200.jpg - width: 300 - height: 200 + image: + url: /img/profile_icon_300x200.jpg + width: 300 + height: 200 markdown: kramdown kramdown: syntax_highlighter: rouge