Switch to an SVG favicon
This commit is contained in:
parent
f71d83c815
commit
5d90d9f64f
6 changed files with 5 additions and 4 deletions
BIN
src/favicon.png
BIN
src/favicon.png
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB |
|
@ -1,4 +1,4 @@
|
|||
<svg height="512" viewBox="0 0 457.43 358.056" width="512" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg viewBox="0 0 457.43 358.056" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="Calque_2" data-name="Calque 2">
|
||||
<g id="_01-_quran" data-name="01- quran">
|
||||
<path d="m198.551 46.33s11.042-28.077 41.994-46.33l178.721 13.64-123.041 144.872s-94.415-64.169-97.674-112.182z" fill="#f0e3e7" stroke="none"/>
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="<%= t(context.locale, 'meta.index.description') %>">
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<link rel="icon" href="/favicon.svg">
|
||||
<%= inline_css('/css/postman.scss') %>
|
||||
<%= opengraph(context) %>
|
||||
</head>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="<%= context.locale %>">
|
||||
<head>
|
||||
<title><%= t(context.locale, "TheNobleQuran") %></title>
|
||||
<link rel="icon" href="/favicon.svg">
|
||||
</head>
|
||||
<body>
|
||||
<%= inline_json("/slugs.json") %>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title><%= t("en", "TheNobleQuran") %></title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<link rel="icon" href="/favicon.svg">
|
||||
<script src="/js/redirect.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
href="https://al-quran.reflectslight.io/<%= locale %>/<%= context.surah.slug %>/"
|
||||
/>
|
||||
<% end %>
|
||||
<link rel="icon" href="/favicon.svg">
|
||||
<%= opengraph(context) %>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="postman loader">
|
||||
|
|
Loading…
Reference in a new issue