Skip to content

Commit

Permalink
update bootstrap-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Oct 4, 2023
1 parent ef04b00 commit b7ec1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Moonglade.Web/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}
<partial name="_Favicons" />
<link href="~/lib/twitter-bootstrap/css/bootstrap.min.css" rel="stylesheet" asp-append-version="true" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/typeface-saira-semi-condensed@1/index.min.css">
<link href="~/css/base.css" rel="stylesheet" asp-append-version="true" />
<link href="~/css/rwd.css" rel="stylesheet" asp-append-version="true" />
Expand Down
2 changes: 1 addition & 1 deletion src/Moonglade.Web/Pages/Shared/_LayoutAdmin.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="start" title="@BlogConfig.GeneralSettings.SiteTitle" href="~/" />
<partial name="_Favicons" />
<link href="~/lib/twitter-bootstrap/css/bootstrap.min.css" rel="stylesheet" asp-append-version="true" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link href="~/css/base.css" rel="stylesheet" asp-append-version="true" />
<link href="~/css/rwd.css" rel="stylesheet" asp-append-version="true" />
<link href="~/css/admin.css" rel="stylesheet" asp-append-version="true" />
Expand Down

0 comments on commit b7ec1c3

Please sign in to comment.