Skip to content
Snippets Groups Projects
Unverified Commit 93cb051e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix default title

parent 910a1339
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<link rel="stylesheet" href="{{ get_url(path="fonts/font-awesome/css/all.css") }}" />
<link rel="stylesheet" href="{{ get_url(path="style.css") }}" />
<title>{% block title %}{{ thing.title }}{% endblock %}</title>
<title>{% block title %}{{ thing.title | default(value=config.title) }}{% endblock %}</title>
</head>
<body class="has-navbar-fixed-top">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment