Skip to content

Commit

Permalink
fix the icons issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed May 28, 2024
1 parent 0be22c7 commit de0e7fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/OrchardCore.Themes/TheAdmin/Views/Layout-Login.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<style asp-name="TheAdminLogin" depends-on="bootstrap" asp-src="~/TheAdmin/css/login.min.css" debug-src="~/TheAdmin/css/login.css" at="Foot"></style>
}

<style asp-name="font-awesome" at="Head" version="6"></style>
<script asp-name="font-awesome" at="Foot" version="6"></script>

<resources type="Header" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

<!-- This script can't wait till the footer -->
<script asp-name="admin-head" version="1" at="Head"></script>
<style asp-name="font-awesome" at="Head" version="6"></style>

<!-- Bootstrap CSS -->
@if (Orchard.IsRightToLeft())
Expand Down
2 changes: 1 addition & 1 deletion src/OrchardCore.Themes/TheBlogTheme/Views/Layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% resources type: "Meta" %}
{% link type:"image/x-icon", rel:"shortcut icon", href:"~/TheBlogTheme/favicon.ico" %}
<!-- Font Awesome icons (free version)-->
{% style name:"font-awesome", version:"6", at:"Head" %}
{% script name:"font-awesome", version:"6", at:"Foot" %}
<!-- Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
Expand Down

0 comments on commit de0e7fc

Please sign in to comment.