mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
update favicon
This commit is contained in:
parent
946c385baf
commit
d90f9e58e9
1
Makefile
1
Makefile
@ -42,7 +42,6 @@ min-js:
|
|||||||
|
|
||||||
copy-img:
|
copy-img:
|
||||||
cp -v $(CURDIR)/static/img/*.png $(CURDIR)/build/img/
|
cp -v $(CURDIR)/static/img/*.png $(CURDIR)/build/img/
|
||||||
cp -v $(CURDIR)/static/img/favicon.ico $(CURDIR)/build/favicon.ico
|
|
||||||
|
|
||||||
copy-php:
|
copy-php:
|
||||||
ifneq ($(wildcard $(CURDIR)/static/php/.),)
|
ifneq ($(wildcard $(CURDIR)/static/php/.),)
|
||||||
|
BIN
static/img/favicon-32x32.png
Normal file
BIN
static/img/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB |
@ -6,7 +6,7 @@
|
|||||||
<meta name="generator" content="Uguu {{pkgVersion}}">
|
<meta name="generator" content="Uguu {{pkgVersion}}">
|
||||||
<meta name="Description" content="{{SiteMetaInfo}}">
|
<meta name="Description" content="{{SiteMetaInfo}}">
|
||||||
<title>{{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %}</title>
|
<title>{{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %}</title>
|
||||||
<link rel="icon" href="favicon.ico">
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||||
<link rel="stylesheet" href="uguu.min.css">
|
<link rel="stylesheet" href="uguu.min.css">
|
||||||
<script src="uguu.min.js"></script>
|
<script src="uguu.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user