Add favicon

This commit is contained in:
2024-11-09 08:48:36 +11:00
parent 993faa4517
commit 03573880ed
9 changed files with 11 additions and 1 deletions
+10
View File
@@ -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)
-1
View File
@@ -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

+1
View File
@@ -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;