Add static content in index
This commit is contained in:
parent
36c9a4edfd
commit
56bbab1bff
|
@ -57,6 +57,12 @@
|
||||||
<hr />
|
<hr />
|
||||||
{% endblock header %}
|
{% endblock header %}
|
||||||
|
|
||||||
|
{% block static %}
|
||||||
|
{% set about_us = get_page(path="static/about.md") %}
|
||||||
|
{{ about_us.content | safe }}
|
||||||
|
<hr />
|
||||||
|
{% endblock static %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<ul class="homepage-list">
|
<ul class="homepage-list">
|
||||||
{% for post in section.pages %}
|
{% for post in section.pages %}
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endblock ogimage %}
|
{%- endblock ogimage %}
|
||||||
|
|
||||||
|
{% block static %}
|
||||||
|
{% endblock static %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<article>
|
<article>
|
||||||
|
|
Loading…
Reference in a new issue