Merge remote branch 'remotes/inconexo/613_custom_title'

This commit is contained in:
Christopher Allan Webber 2011-11-19 14:04:56 -06:00
commit 5bb37b9480
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
[mediagoblin]
# HTML title of the pages
html_title = string(default="GNU MediaGoblin")
# database stuff
db_host = string()
db_name = string(default="mediagoblin")

View File

@ -19,7 +19,7 @@
<html>
<head>
<meta charset="utf-8">
<title>{% block title %}{% trans %}GNU MediaGoblin{% endtrans %}{% endblock title %}</title>
<title>{{ app_config['html_title'] }}</title>
<link rel="stylesheet" type="text/css"
href="{{ request.staticdirect('/css/extlib/reset.css') }}"/>
<link rel="stylesheet" type="text/css"