diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index d014cd9..8761412 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,7 @@ <body> <header> - <h1><a href="{{ url_for('index') }}">My Blog</a></h1> + <h1><a href="{{ url_for('index') }}"> VibesHome</a></h1> </header> <main> {% block content %}{% endblock %} |