From 7bdd07edf0d6c294364077be8f78dd30ff941781 Mon Sep 17 00:00:00 2001 From: marcos Date: Wed, 14 Oct 2020 09:20:26 -0300 Subject: [PATCH] use https instead of http --- _config.yml | 2 +- _includes/blog_pagination.html | 2 +- _includes/head.html | 2 +- _includes/post.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 45e7eb73..611cfe7e 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ gacode: "UA-44373548-5" description: > # this means to ignore newlines until "baseurl:" Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals. baseurl: "/stetho" # the subpath of your site, e.g. /blog/ -url: "http://facebook.github.io" # the base hostname & protocol for your site +url: "https://facebook.github.io" # the base hostname & protocol for your site ghrepo: "facebook/stetho" # Build settings diff --git a/_includes/blog_pagination.html b/_includes/blog_pagination.html index 150f553a..756ffc6c 100644 --- a/_includes/blog_pagination.html +++ b/_includes/blog_pagination.html @@ -1,4 +1,4 @@ - + {% if paginator.total_pages > 1 %}