We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06a589 commit 7a5a900Copy full SHA for 7a5a900
templates/index.html
@@ -1,6 +1,6 @@
1
{% extends "base.html" %}
2
3
-{% block title %}Blog Index{% if pagination and pagination.current_page > 1 %} - Page {{ pagination.current_page }}{% endif %} - My Blog{% endblock %}
+{% block title %}Sajjad Talks{% if pagination and pagination.current_page > 1 %} - Page {{ pagination.current_page }}{% endif %} {% endblock %}
4
5
{% block content %}
6
<h2>Blog Posts</h2>
0 commit comments