From 325166009242c0727b10d7d1e51357376ac0d83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 20 Mar 2023 07:34:17 +0800 Subject: [PATCH] Added the SVG favicon from Font Awesome 6 to the test site. --- MANIFEST.in | 1 + tests/test_site/static/favicon.svg | 1 + tests/test_site/templates/base.html | 1 + 3 files changed, 3 insertions(+) create mode 100644 tests/test_site/static/favicon.svg diff --git a/MANIFEST.in b/MANIFEST.in index a545fd2..051c635 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -25,6 +25,7 @@ include docs/source/_templates/* include tests/* exclude tests/test_temp.py include tests/test_site/* +include tests/test_site/static/* include tests/test_site/templates/* include tests/test_site/translations/* include tests/test_site/translations/*/LC_MESSAGES/* diff --git a/tests/test_site/static/favicon.svg b/tests/test_site/static/favicon.svg new file mode 100644 index 0000000..858a533 --- /dev/null +++ b/tests/test_site/static/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/test_site/templates/base.html b/tests/test_site/templates/base.html index 6061158..b78a157 100644 --- a/tests/test_site/templates/base.html +++ b/tests/test_site/templates/base.html @@ -34,6 +34,7 @@ First written: 2023/1/27 {% block scripts %}{% endblock %} + {% block title %}{% endblock %}