Skip to content

Commit

Permalink
feat: replace favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
alebabai committed Mar 25, 2024
1 parent 1119190 commit 3270151
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<meta name="viewport" content="width=device-width">
{{- $title := cond (eq .Path "/404") (.GetPage "/_404" | default .).Title .Title }}
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" $title site.Title }}{{ end }}</title>
<link rel="apple-touch-icon" sizes="180x180" href="{{ relURL "apple-touch-icon.png" }}">
<link rel="icon" type="image/png" sizes="32x32" href={{ relURL "favicon-32x32.png" }}>
<link rel="icon" type="image/png" sizes="16x16" href={{ relURL "favicon-16x16.png" }}>
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}
Binary file removed static/android-chrome-192x192.png
Binary file not shown.
Binary file removed static/android-chrome-512x512.png
Binary file not shown.
Binary file removed static/apple-touch-icon.png
Binary file not shown.
Binary file removed static/favicon-16x16.png
Binary file not shown.
Binary file removed static/favicon-32x32.png
Binary file not shown.
Binary file modified static/favicon.ico
Binary file not shown.

0 comments on commit 3270151

Please sign in to comment.