Update base.html

This commit is contained in:
DerTyp187
2021-11-16 12:57:29 +01:00
parent a158efea3e
commit f8ac7d60ff

View File

@@ -13,7 +13,7 @@
<link rel="stylesheet" href="{% static 'main/highlight/styles/atom-one-dark.min.css' %}">
{% if title %}
<title>TealCode - {{ title }}</title>
<title>TealCode - {{ title }} - {{ category_title }}</title>
{% else %}
<title>TealCode</title>
{% endif %}