Added blocks to post template
This commit is contained in:
parent
fba55a883c
commit
de1b14faca
|
@ -3,6 +3,11 @@ title:
|
||||||
description:
|
description:
|
||||||
nav: blog
|
nav: blog
|
||||||
tags:
|
tags:
|
||||||
-
|
-
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
{% block excerpt %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue