Don't hardcode tetaneutral.net in the site title

This commit is contained in:
Baptiste Jonglez 2014-01-28 16:17:28 +01:00
parent fe4e8caf2f
commit 317de87866
1 changed files with 1 additions and 1 deletions

View File

@ -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') }}">