Skip to content

Commit

Permalink
Fix some favicon paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopeek committed Jul 1, 2020
1 parent 368ab4a commit 1f5a532
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon-180x180.png?v=[[++romanesco.favicon_version]]">
<link rel="icon" type="image/png" href="assets/favicons/favicon-32x32.png?v=[[++romanesco.favicon_version]]" sizes="32x32">
<link rel="icon" type="image/png" href="assets/favicons/favicon-16x16.png?v=[[++romanesco.favicon_version]]" sizes="16x16">
<link rel="manifest" href="assets/favicons/manifest.json?v=[[++romanesco.favicon_version]]">
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg?v=[[++romanesco.favicon_version]]" color="[[++favicon_theme_color]]">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png?v=[[++romanesco.favicon_version]]">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png?v=[[++romanesco.favicon_version]]">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png?v=[[++romanesco.favicon_version]]">
<link rel="manifest" href="assets/favicons/site.webmanifest?v=[[++romanesco.favicon_version]]">
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg?v=[[++romanesco.favicon_version]]" color="[[++favicon_theme_color:empty=`[[++theme_color_primary]]`]]">
<link rel="shortcut icon" href="assets/favicons/favicon.ico?v=[[++romanesco.favicon_version]]">
<meta name="theme-color" content="[[++favicon_theme_color:empty=`[[++theme_color_primary]]`]]">
<meta name="apple-mobile-web-app-title" content="[[++favicon_app_title:empty=`[[++site_name]]`]]">
Expand Down

0 comments on commit 1f5a532

Please sign in to comment.