Skip to content

Commit

Permalink
Remove the protocol from your URL and let the browser determine it
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmind83 committed Jun 10, 2020
1 parent b16886d commit dcb6925
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlogEngine/BlogEngine.NET/Account/account.master
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<head id="Head1" runat="server">
<title>Account Login</title>
<meta name="description" content="Account Login Membership User Password" />
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
<link href="account.css" rel="stylesheet" />
<script src="../Scripts/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="account.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<html data-ng-app="blogAdmin">
<head>
<meta charset="utf-8" />
<link href='http://fonts.googleapis.com/css?family=Roboto:300,400,500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500' rel='stylesheet' type='text/css'>
@Styles.Render("~/Content/admincss")
<link href="~/admin/themes/standard/css/styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>@BlogSettings.Instance.Name (@Security.CurrentMembershipUser.UserName)</title>
<link href="http://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
@Styles.Render("~/Content/admincss")
<link href="~/admin/themes/standard/css/styles.css?ver=4" rel="stylesheet">
<link rel="shortcut icon" href="@Href(Utils.ApplicationRelativeWebRoot + "Content/images/blog/blogengine.ico")" type="image/x-icon" />
Expand Down

0 comments on commit dcb6925

Please sign in to comment.