title fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{% extends "base.html" %} {% block title %}About - Simple Blog Template{%
|
{% extends "base.html" %} {% block title %}{{blog_title}}{% endblock %}{% block
|
||||||
endblock %} {% block content %}
|
content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<!-- Post Content -->
|
<!-- Post Content -->
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{% from "components/post_preview.html" import render_post %} {% extends
|
{% from "components/post_preview.html" import render_post %} {% extends
|
||||||
"base.html" %} {% block title %}{{blog_title.title}}{% endblock %} {% block
|
"base.html" %} {% block title %}{{blog_title}}{% endblock %} {% block content %}
|
||||||
content %}
|
|
||||||
<!--timeline as a component which will be filled with callable function
|
<!--timeline as a component which will be filled with callable function
|
||||||
### double curly brace timeline("career") this is a part of html string
|
### double curly brace timeline("career") this is a part of html string
|
||||||
### nested render-->
|
### nested render-->
|
||||||
|
|||||||
Reference in New Issue
Block a user