From ef332b1e9c0f5b459581c19c7fa0fcd87615a339 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 16 Oct 2014 19:25:54 +0000 Subject: [PATCH] Change title on web design page --- www/designs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/designs/index.html b/www/designs/index.html index 04763e3..a5c43f9 100644 --- a/www/designs/index.html +++ b/www/designs/index.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}Error Message Generator{% endblock %} +{% block title %}Web Design{% endblock %} {% block content %}

Web Design

@@ -126,4 +126,4 @@ website, in chronological order.

-{% endblock %} \ No newline at end of file +{% endblock %}