From 65dc9a1901ea89bedf40ae5c3d66614045207299 Mon Sep 17 00:00:00 2001 From: zhaolion Date: Sun, 13 Jan 2019 20:15:21 +0800 Subject: [PATCH] replace 'http://www.flysnow.org/' to 'https://www.flysnow.org/' --- layouts/partials/footer.html | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6cd4200..b7ed369 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@
© 2018 {{ .Site.Title }} By {{ .Site.Author.name }}. Powered by Hugo. - Theme based on maupassant. + Theme based on maupassant. {{ if .Site.Params.showHostPage }} Hosted by Coding Pages. {{ end }} diff --git a/theme.toml b/theme.toml index 8ade4a9..0b8b979 100644 --- a/theme.toml +++ b/theme.toml @@ -14,7 +14,7 @@ min_version = "0.30" [author] name = "飞雪无情" - homepage = "http://www.flysnow.org" + homepage = "https://www.flysnow.org" [originauthor] name = "Joker Qyou"