Skip to content

Commit

Permalink
Merge pull request #17 from mrlihanbo/feat/change-icon
Browse files Browse the repository at this point in the history
feat: add favicons
  • Loading branch information
mrlihanbo authored Jul 9, 2024
2 parents 9671e00 + eed786d commit c01c2c3
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .idea/kubeadmiral-website.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions layouts/partials/favicons.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@

<!-- 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-180x180.png" | relURL }}" sizes="180x180">
<link rel="icon" type="image/png" href="{{ "favicons/favicon-16x16.png" | relURL }}" sizes="16x16">
<link rel="icon" type="image/png" href="{{ "favicons/favicon-32x32.png" | relURL }}" sizes="32x32">
<link rel="icon" type="image/png" href="{{ "favicons/android-36x36.png" | relURL }}" sizes="36x36">
<link rel="icon" type="image/png" href="{{ "favicons/android-48x48.png" | relURL }}" sizes="48x48">
<link rel="icon" type="image/png" href="{{ "favicons/android-72x72.png" | relURL }}" sizes="72x72">
<link rel="icon" type="image/png" href="{{ "favicons/android-96x96.png" | relURL }}" sizes="96x96">
<link rel="icon" type="image/png" href="{{ "favicons/android-144x144.png" | relURL }}" sizes="144x144">
<link rel="icon" type="image/png" href="{{ "favicons/android-192x192.png" | relURL }}" sizes="192x192">
<link rel="shortcut icon" href="{{ "favicons/logo.png" | relURL }}" >
Binary file added static/favicons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c01c2c3

Please sign in to comment.