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