Made title tag configurable the django way.
This commit is contained in:
		@@ -7,11 +7,7 @@
 | 
			
		||||
        <link rel="stylesheet" href="{% static 'main.css' %}">
 | 
			
		||||
        <link rel="icon" type="image/png" href="{% static 'favicon.ico' %}">
 | 
			
		||||
        <title>
 | 
			
		||||
            {% if title%}
 | 
			
		||||
                {{title}}|UrbEx
 | 
			
		||||
            {% else %}
 | 
			
		||||
                Urban Exploration
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            {% block title %}Urban Exploration{% endblock %}
 | 
			
		||||
        </title>
 | 
			
		||||
    </head>
 | 
			
		||||
    <body>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user