summary refs log tree commit diff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
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 %}