Skip to content

Commit dce3eb1

Browse files
committed
fix posts page title
1 parent a58d54c commit dce3eb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/posts_index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{% extends "_template.html" %}
2+
3+
{% block title %}Posts{% endblock title %}
4+
25
{% block content %}
36
<div class="container py-5">
47
<h1>{{ title }}</h1>

0 commit comments

Comments
 (0)