Skip to content

Commit

Permalink
bugfix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiarirani committed Oct 20, 2023
1 parent 398b8af commit 8bde28e
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 @@ -23,7 +23,7 @@ eleventyComputed:
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/icon/apple-touch-icon.png" | url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/icon/favicon-32x32.png" | url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/icon/favicon-16x16.png" | url }}">
<link rel="manifest" href="{{ "/assets/icon/site.webmanifest" | url }}"
<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'>
Expand Down

0 comments on commit 8bde28e

Please sign in to comment.