Skip to content

Commit

Permalink
Create favicons.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DjP-iX committed Apr 18, 2024
1 parent f4578b5 commit e5b8529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/partials/head/favicons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<link rel="icon" type="image/svg+xml" href="{{ "favicon/tn-favicon.svg" | relURL }}" />
<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon/TN-favicon-32x32.png" | relURL }}" />
<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon/TN-favicon-16x16.png" | relURL }}" />

0 comments on commit e5b8529

Please sign in to comment.