Skip to content

Commit

Permalink
Merge pull request #2 from mt-sre/add-favicon
Browse files Browse the repository at this point in the history
Add favicon
  • Loading branch information
thetechnick authored Nov 15, 2021
2 parents 6ef2f34 + af3293b commit c694092
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layouts/partials/favicons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- Favicons as generated by http://cthedot.de/icongen -->
<link rel="shortcut icon" href="{{ "favicons/favicon.ico" | relURL }}">
<link rel="apple-touch-icon" href="{{ "favicons/apple-touch-icon.png" | relURL }}" sizes="180x180">
<link rel="icon" type="image/png" href="{{ "favicons/android-chrome-192x192.png" | relURL }}" sizes="192x192">
<link rel="icon" type="image/png" href="{{ "favicons/android-chrome-512x512.png" | relURL }}" sizes="512x512">
Binary file added static/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicons/favicon.ico
Binary file not shown.

0 comments on commit c694092

Please sign in to comment.