Set page title properly
This commit is contained in:
parent
52e2d74b96
commit
755f23dbb9
4 changed files with 4 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<title>{% block title %}{% endblock %} - {{ repo_name }}</title>
|
||||
<link rel="icon" href="/logo.svg">
|
||||
<link rel="stylesheet" href="{{ base }}/base.css" />
|
||||
{% block head %}{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue