parsiya / Hugo-Octopress

Port of the classic Octopress theme to Hugo
MIT License
150 stars 50 forks source link

Mixed Content in the Hugo-Octopress demo on the Hugo website #56

Closed onedrawingperday closed 5 years ago

onedrawingperday commented 5 years ago

Hello @parsiya I am one of the maintainers of the Hugo Themes repository.

Recently I reviewed the deploy log of the Hugo Themes website and apparently line 4 of your theme's header partial causes a Mixed Content browser warning on the Hugo website because it references an insecure URL. The Hugo website is served under HTTPS.

To fix this warning please change line 4 of the header partial to <link href="https://gmpg.org/xfn/11" rel="profile">

Once you do the above please let me know.

Thanks

parsiya commented 5 years ago

Thanks a lot for catching it. Let me figure out if it even needs to be included, it was probably just added verbatim when the theme was ported from Octopress.