mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
Add favicon
This commit is contained in:
@@ -225,3 +225,13 @@ uv is a fast Python package installer and resolver. To add new dependencies:
|
||||
|
||||
```bash
|
||||
uv pip
|
||||
|
||||
|
||||
### Favicon
|
||||
|
||||
This favicon was generated using the following font:
|
||||
|
||||
- Font Title: Zen Tokyo Zoo
|
||||
- Font Author: undefined
|
||||
- Font Source: https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRv8a1uRWe9amg.ttf
|
||||
- Font License: undefined)
|
||||
|
||||
@@ -77,7 +77,6 @@ STATICFILES_DIRS = [
|
||||
# 默认自动字段类型
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
# ... 其他设置 ...
|
||||
|
||||
LANGUAGES = [
|
||||
('en', _('English')),
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 387 B |
Binary file not shown.
|
After Width: | Height: | Size: 965 B |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -8,6 +8,7 @@
|
||||
<title>{% trans "GoLinks" %}</title>
|
||||
<link href="{% static 'css/dist/styles.css' %}" rel="stylesheet">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{% static 'favicon.ico' %}">
|
||||
<style>
|
||||
.bg-custom-blue {
|
||||
background-color: #1a2f4e;
|
||||
|
||||
Reference in New Issue
Block a user