Skip to content

Commit

Permalink
update: fetch icons latest version from cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiarirani committed Oct 26, 2023
1 parent 90cfe32 commit 9bbe72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ eleventyComputed:
<link rel="manifest" href="{{ "/assets/icon/site.webmanifest" | url }}">
<!-- Styles -->
<link rel="stylesheet" href="{{ "/assets/css/style.css" | url }}">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<!-- Scripts -->
<script src="{{ "/assets/js/main.js" | url }}" defer></script>
</head>
Expand Down

0 comments on commit 9bbe72b

Please sign in to comment.