diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-19 16:31:58 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-19 16:31:58 +0300 |
commit | c0bef878abbd9f957bb3b7588766b336b1963671 (patch) | |
tree | 6083e33e1c46b3e0e093b950a2b13453de3c906c /Pages | |
parent | b5e59e020ab9a7566c575acdb86470fb2f7254e1 (diff) |
Fix favicon
Diffstat (limited to 'Pages')
-rw-r--r-- | Pages/Shared/_Layout.cshtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 29e3ef4..1b48618 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -12,8 +12,8 @@ <meta property="og:description" content="Нижнее бельё ручной работы по вашим индивидуальным меркам" /> <meta property="og:image" content="https://mydarlingunderwear.ru/assets/img/bg-signup.jpg" /> <title>My Darling Underwear - нижнее бельё ручной работы</title> - <link rel="shortcut icon" type="image/png" href="/assets/favicon.png" /> - <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico" /> + <link rel="shortcut icon" type="image/png" href="/favicon.png" /> + <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <script src="/lib/font-awesome/js/all.js"></script> <link href="/lib/fancyapps-ui/fancybox.css" rel="stylesheet" /> <link href="/css/styles.css" rel="stylesheet" /> |