diff options
author | Matt Arnold | 2025-04-16 05:14:34 -0400 |
---|---|---|
committer | Matt Arnold | 2025-04-16 05:14:34 -0400 |
commit | 2121722cef18c7deb85a5a1e21d9e81a2609ab42 (patch) | |
tree | 73fbcf501fd8a53f5dd1d78a24c73fe9e4725ded /templates/base.html | |
parent | 86b3c15595708df0593109ca4cefbc7e05acb371 (diff) |
Readme per dozens on irc. Front end tweaks
Diffstat (limited to 'templates/base.html')
-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 %} |