feat: 🍔 add favicon
This commit is contained in:
parent
9abbde9f40
commit
4d6dc2263e
2 changed files with 1 additions and 0 deletions
BIN
moku/static/images/favicon.png
Normal file
BIN
moku/static/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
|
|
@ -6,6 +6,7 @@
|
|||
<title>moku.blog</title>
|
||||
<link rel="stylesheet" href="{{ static('css/reset.css') }}" type="text/css">
|
||||
<link rel="stylesheet" href="{{ static('css/moku.css') }}" type="text/css">
|
||||
<link rel="shortcut icon" href="{{ static('images/favicon.png') }}" type="image/png">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
|
|||
Loading…
Reference in a new issue