diff --git a/app/templates/about.html b/app/templates/about.html index b2732d5..130501f 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -3,5 +3,5 @@ {% block container %}

About

-

This is an About page for FoodBot. Don't I look good? Oh stop, you're making me blush.

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

This is James' about page. Doesn't he look good? Oh stop, you're making him blush.

+{% endblock %} diff --git a/app/templates/home.html b/app/templates/home.html index 21cf791..02b80d6 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -5,8 +5,8 @@ {% block container %}
-

Welcome to FoodBot

-

This is the home page for FoodBot

+

Hi, I'm James

+

What would you like to eat, sir?

@@ -23,4 +23,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/app/templates/layout.html b/app/templates/layout.html index 7c0473e..950eadc 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -13,7 +13,7 @@ {% set active_page = active_page|default('index') -%} {% block title %} - FoodBot - {{ active_page|capitalize }} + James - {{ active_page|capitalize }} {% endblock %} {% block styles %}