Skip to content

Commit

Permalink
fix: oppdater koden for å bruka nye ikon
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Mar 12, 2024
1 parent 05d170e commit 7af4c98
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 50 deletions.
9 changes: 4 additions & 5 deletions site/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700" rel="stylesheet">

<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#ff4400">
<meta name="theme-color" content="#fff">

<!-- Open Graph Hugo https://gohugo.io/templates/internal/#open-graph -->
Expand All @@ -28,4 +27,4 @@
{{ if .IsHome }}
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
{{ end }}
</head>
</head>
Binary file removed site/static/img/android-chrome-192x192.png
Binary file not shown.
Binary file removed site/static/img/android-chrome-512x512.png
Binary file not shown.
Binary file removed site/static/img/apple-touch-icon.png
Binary file not shown.
Binary file removed site/static/img/favicon-16x16.png
Binary file not shown.
Binary file removed site/static/img/favicon-32x32.png
Binary file not shown.
Binary file removed site/static/img/favicon.ico
Binary file not shown.
Binary file removed site/static/img/mstile-144x144.png
Binary file not shown.
Binary file removed site/static/img/mstile-150x150.png
Binary file not shown.
Binary file removed site/static/img/mstile-310x150.png
Binary file not shown.
Binary file removed site/static/img/mstile-310x310.png
Binary file not shown.
Binary file removed site/static/img/mstile-70x70.png
Binary file not shown.
28 changes: 0 additions & 28 deletions site/static/img/safari-pinned-tab.svg

This file was deleted.

17 changes: 0 additions & 17 deletions site/static/manifest.json

This file was deleted.

0 comments on commit 7af4c98

Please sign in to comment.