Changed gmpg URI to use HTTPS to resolve mixed content for HTTPS sites
This commit is contained in:
parent
eccd121462
commit
5bb5e241ca
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<head>
|
<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/meta.html" . }}
|
||||||
{{ partial "header/styles.html" . }}
|
{{ partial "header/styles.html" . }}
|
||||||
{{ `<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
{{ `<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||||
|
|
Loading…
Reference in a new issue