summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
authorMatt Arnold2025-04-16 05:14:34 -0400
committerMatt Arnold2025-04-16 05:14:34 -0400
commit2121722cef18c7deb85a5a1e21d9e81a2609ab42 (patch)
tree73fbcf501fd8a53f5dd1d78a24c73fe9e4725ded /templates
parent86b3c15595708df0593109ca4cefbc7e05acb371 (diff)
Readme per dozens on irc. Front end tweaks
Diffstat (limited to 'templates')
-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 %}