0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🤡 Serve own admin favicon (#619)

refs TryGhost/Ghost#7688
- Serve favicon from `assets/img` to guarantee its available, even if admin and blog are not using the same URL.
This commit is contained in:
Aileen Nowak 2017-04-06 23:28:51 +07:00 committed by Kevin Ansfield
parent 7496013cfb
commit fd857d2493
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Ghost" />
<link rel="shortcut icon" href="../favicon.ico" />
<link rel="shortcut icon" href="assets/img/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="assets/img/touch-icon-iphone.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="assets/img/touch-icon-ipad.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="assets/img/small.png" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB