Skip to content

Commit

Permalink
Merge pull request #109 from pythonindia/fa-issue
Browse files Browse the repository at this point in the history
fixes fontawesome issue on preview
  • Loading branch information
SaptakS authored Sep 16, 2024
2 parents 70a654c + 92db021 commit dd5b607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_layouts/base.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="/css/aos.css">
<link rel="stylesheet" type="text/css" href="/css/owl.carousel.css" />
<link rel="stylesheet" type="text/css" href="/css/owl.theme.default.min.css" />
<script src="https://kit.fontawesome.com/cd7e8dfb85.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>

<body>
Expand Down

0 comments on commit dd5b607

Please sign in to comment.