Skip to content

Commit ae4dfa8

Browse files
committed
Updated metatitle.
1 parent 00a0111 commit ae4dfa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/home/home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def home():
1414
"""Homepage."""
1515
products = fetch_products(app)
1616
return render_template('index.jinja2',
17-
title='Flask Blueprint Tutorial',
17+
title='Flask Blueprint Demo',
1818
subtitle='Demonstration of Flask blueprints in action.',
1919
template='home-template',
2020
products=products)

application/home/templates/index.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% include "navigation.jinja2" %}
1111

1212
<div class="container">
13-
<h1>{{ title }}</h1>
13+
<h1>{{ title }} | Hackers and Slackers</h1>
1414
<h2>{{ subtitle }}</h2>
1515
<div class="resource-links">
1616
<p class="resource-link">Github repo found <a href="https://github.com/hackersandslackers/flask-blueprint-tutorial">here.</a></p>

0 commit comments

Comments
 (0)