From 317de8786617f0f71f13922b194d46d2fd215f62 Mon Sep 17 00:00:00 2001
From: Baptiste Jonglez <baptiste--git@jonglez.org>
Date: Tue, 28 Jan 2014 16:17:28 +0100
Subject: [PATCH] Don't hardcode tetaneutral.net in the site title

---
 templates/layout.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/layout.html b/templates/layout.html
index 55287e7..a5e92f0 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -1,6 +1,6 @@
 <!doctype html>
 <html lang="en">
-	<title>Tetaneutral.net looking glass</title>
+	<title>{{config.DOMAIN|capitalize}} looking glass</title>
 	<head>
 		<meta charset="UTF-8">
 		<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/bootstrap.min.css') }}">