Fixed an error in the page title
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ article.title }}{% endblock %}
|
||||
{% block title %}{{ page.title }}{% endblock %}
|
||||
{% block content %}
|
||||
<div role="main" class="content clearfix">
|
||||
<div class="post wrapper">
|
||||
|
||||
Reference in New Issue
Block a user