Skip to content

Commit 7a5a900

Browse files
authored
Fix title
1 parent b06a589 commit 7a5a900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base.html" %}
22

3-
{% block title %}Blog Index{% if pagination and pagination.current_page > 1 %} - Page {{ pagination.current_page }}{% endif %} - My Blog{% endblock %}
3+
{% block title %}Sajjad Talks{% if pagination and pagination.current_page > 1 %} - Page {{ pagination.current_page }}{% endif %} {% endblock %}
44

55
{% block content %}
66
<h2>Blog Posts</h2>

0 commit comments

Comments
 (0)