Skip to content

Commit

Permalink
Chage Google Fonts link to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
setsevireon committed Jul 27, 2021
1 parent 8e4bed5 commit d045f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{ $stylesheet = $stylesheet | fingerprint }}
{{ with $stylesheet }}
<link href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" rel="stylesheet" crossorigin="anonymous">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,200,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,200,600' rel='stylesheet' type='text/css'>
{{end}}


Expand Down

0 comments on commit d045f82

Please sign in to comment.