From 188d9472da5e7d38659ab6d253611fafb4cf05d7 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Wed, 26 Oct 2016 17:03:32 +0100 Subject: [PATCH] Base url --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6b035da5..a980e035 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ title : "GRID" title_separator : "|" name : "Our team" description : "Data parallel C++ mathematical object library." -url : "https://paboyle.github.io/Grid/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : "https://paboyle.github.io/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : # the subpath of your site, e.g. "/blog" repository : "paboyle/Grid" teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"