From 439774d126ee48d04fd2adfe488c63a6d943a2f6 Mon Sep 17 00:00:00 2001 From: Thom Brown Date: Wed, 16 May 2012 13:31:00 -0400 Subject: [PATCH] Change home page title to be more appropriate for a main landing page. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d2c6478e..010c7e15 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,5 @@ {%extends "base/base.html" %} -{%block title%}Welcome{%endblock%} +{%block title%}The world's most advanced open source database{%endblock%} {%block layoutblock%}
-- 2.39.5