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