fix(base): show "content_title - SITE_TITLE" as site title

!10 fixes #18
This commit is contained in:
2024-05-23 22:31:52 +09:30
parent 3af254d9e8
commit d2dba2f7b8

View File

@ -3,7 +3,7 @@
<head>
{% load static %}
<title>CSS Template</title>
<title>{{ content_title }} - {% settings_value "SITE_TITLE" %}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">