From 307c8befc575eb48da64b2575dedca580c39b0b1 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 21 Sep 2018 18:25:50 +0200 Subject: [PATCH] Set default URL to GitHub http://liquidmarkup.org returns 301 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e68deae..1801e6d 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ description: Liquid is a template language and accompanying rendering engine. It # Build settings baseurl: /liquid # the subpath of your site, e.g. /blog/ -url: http://liquidmarkup.org # the base hostname & protocol for your site +url: https://shopify.github.io # the base hostname & protocol for your site permalink: pretty exclude: - README.md