I already set "Blog Introduction " and "Writers Introduction ";
but when i view http: //domain/blog, the "Blog Introduction " and "Writers Introduction " didn’t display.
it seams, the template blog.html didn’t included the hero.html
.
I already set "Blog Introduction " and "Writers Introduction ";
but when i view http: //domain/blog, the "Blog Introduction " and "Writers Introduction " didn’t display.
it seams, the template blog.html didn’t included the hero.html
.
the fix
file
line 5
replace
{% block hero %}{% endblock %}
to
{% block hero %}{% include "templates/includes/blog/hero.html" %}{% endblock %}