diff --git a/templates/post.html b/templates/post.html
index 10c00ea..9e4a9e8 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -1,11 +1,12 @@
{% extends 'base.html' %}
-{% block title%}{{ blogBase['title'] }}{% endblock %}
+{% block title%}{{ blogBase['postTitle'] }}{% endblock %}
{% block style %}
{% endblock %}
{% block header %}