fixes typo in <head><title>
authorduong tam kien <tk@deveha.com>
Fri, 24 Feb 2017 16:05:38 +0100
changeset 380 f61eae7e977f
parent 379 690df941c075
child 381 f1707e909ff4
fixes typo in <head><title>
src/iconolab/templates/iconolab_base.html
--- a/src/iconolab/templates/iconolab_base.html	Fri Feb 24 16:02:20 2017 +0100
+++ b/src/iconolab/templates/iconolab_base.html	Fri Feb 24 16:05:38 2017 +0100
@@ -8,7 +8,7 @@
 
 {% block head %}
 	<head>
-		<title>{% block title %}Iconolab{% 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">