From bb5ff43771b956db1ebebca2a76ef76e8b792aac Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 5 Oct 2019 02:14:06 +0800 Subject: [PATCH] http to https: --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 5e51c38..4c3dd62 100644 --- a/_config.yml +++ b/_config.yml @@ -16,14 +16,14 @@ title: "Full Hacker" author: Ayo attribution: "AyoCart Online Marketing" -attribution-url: "http://AyoAyco.com" +attribution-url: "https://AyoAyco.com" bugreport_url: "https://github.com/fullhacker/fullhacker.github.io/issues/new" website: fullhacker.github.io email: fullhackerblog@gmail.com description: >- # this means to ignore newlines until "baseurl:" // notes on technology and life baseurl: "/" # the subpath of your site, e.g. /blog -url: "http://fullhacker.github.io" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://fullhacker.github.io" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: fullhackerblog instagram_username: fullhackerblog facebook_username: fullhackerblog