Skip to content

Commit

Permalink
Move around icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Jan 10, 2025
1 parent a152e2b commit 46fda8b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,11 @@ export default (config) => {
// Passthrough copy

[
'src/robots.txt',
'src/images',
'src/apple-touch-icon.png',
'src/favicon.ico',
'src/fonts',
'src/talks',
'src/images',
'src/robots.txt',
'src/articles/**/*.!(md|yml)',
].forEach((path) => config.addPassthroughCopy(path));

Expand Down
Binary file added src/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.
File renamed without changes.
Binary file removed src/images/logo/180.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/layouts/page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<link rel="preload" href="/fonts/neue-machina.woff2" crossorigin as="font" type="font/woff2">
<link rel="preload" href="/fonts/jetbrains-mono.woff2" crossorigin as="font" type="font/woff2">

<link rel="icon" href="/images/logo/favicon.ico" sizes="32x32">
<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/images/logo/any.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/images/logo/180.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">

<link rel="canonical" href="{{ global.domain + page.url }}">
Expand Down

0 comments on commit 46fda8b

Please sign in to comment.