From 6aeb19c5babc974fc2ed7ec44a83946091a404fb Mon Sep 17 00:00:00 2001 From: Klaus Silveira Date: Thu, 7 Jun 2012 01:50:56 -0300 Subject: [PATCH] Fixing typo --- views/index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.twig b/views/index.twig index 5b23f45..2a594b3 100644 --- a/views/index.twig +++ b/views/index.twig @@ -1,5 +1,5 @@ {% extends 'layout.twig' %} -{% block title %}Gitlist{% endblock %} +{% block title %}GitList{% endblock %} {% block body %} {% include 'navigation.twig' %}