Update blog title

This commit is contained in:
Jose Palazon 2024-09-17 08:18:19 +01:00
parent 303c1a5a64
commit 79a1de9968

View file

@ -1,7 +1,7 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% block header %} {% block header %}
<h1>{% block title %}Posts{% endblock %}</h1> <h1>{% block title %}Today in history{% endblock %}</h1>
{% if g.user %} {% if g.user %}
<a class="action" href="{{ url_for('blog.create') }}">New</a> <a class="action" href="{{ url_for('blog.create') }}">New</a>
{% endif %} {% endif %}