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 %}