Skip to content

Commit

Permalink
Add apple touch icon to container
Browse files Browse the repository at this point in the history
  • Loading branch information
laineyhm authored and megahirt committed Jun 25, 2024
1 parent 33028b4 commit 77350ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" href="/Site/views/languageforge/theme/default/image/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="{{ baseDir }}/assets/css/main.css"/>
<link rel="apple-touch-icon" href="/appIcons/lf-logo-circle-192-xxxhdpi.png">
<link rel="apple-touch-icon" href="/appIcons/lf-logo-square-192-xxxhdpi.png">
</head>
<body class="landing">
<div id="page-wrapper">
Expand Down

0 comments on commit 77350ba

Please sign in to comment.