Skip to content

Commit 93f2ba3

Browse files
authored
Merge pull request #566 from facultyai/theme-explorer-title
Add title to theme explorer
2 parents f7a2648 + c0360b6 commit 93f2ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/templates/theme-explorer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% from "macros/theme-explorer-navbar.html" import theme_explorer_navbar %}
22
{% extends "base.html" %}
3+
{% block title %}<title>Theme explorer - dbc docs</title>{% endblock %}
34
{% block header %}
45
{{ theme_explorer_navbar() }}
56
{% endblock %}

0 commit comments

Comments
 (0)