Merge pull request #23 from nankeen/mixed-content

Changed gmpg URI to use HTTPS to resolve mixed content for HTTPS sites
This commit is contained in:
Huy Tran 2018-08-08 15:33:35 +10:00 committed by GitHub
commit 05f769fbbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<link href="https://gmpg.org/xfn/11" rel="profile">
{{ partial "header/meta.html" . }}
{{ partial "header/styles.html" . }}
{{ `<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->