Add default HTML title.
authorAlexandre Segura <mex.zktk@gmail.com>
Wed, 22 Feb 2017 16:46:53 +0100
changeset 347 796545cbe7b7
parent 346 ff784774b131
child 348 ba69fa43cbba
Add default HTML title.
src/iconolab/templates/iconolab_base.html
--- a/src/iconolab/templates/iconolab_base.html	Wed Feb 22 16:46:29 2017 +0100
+++ b/src/iconolab/templates/iconolab_base.html	Wed Feb 22 16:46:53 2017 +0100
@@ -8,7 +8,7 @@
 
 {% block head %}
 	<head>
-		<title>{% block title %}{% endblock %}</title>
+		<title>{% block title %}Iconolab{% endblock %}</title>
 
 		{% block main_css %}
       <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">