forked from tfcoop/www_duniayetu
temporary fixes for removing blog
This commit is contained in:
parent
37b693f7d7
commit
d16b8b8d65
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
@ -7,7 +7,7 @@ taxonomies:
|
|||||||
memberships: [farmers, foundation, cofounders, wisdom_council, aci_members]
|
memberships: [farmers, foundation, cofounders, wisdom_council, aci_members]
|
||||||
categories: [foundation, farming, cloud, aci]
|
categories: [foundation, farming, cloud, aci]
|
||||||
extra:
|
extra:
|
||||||
imgPath: adnan_fatayerji.jpg
|
imgPath: denis_mukwege.jpg
|
||||||
organizations: [Panzi Foundation]
|
organizations: [Panzi Foundation]
|
||||||
countries: [DR of Congo]
|
countries: [DR of Congo]
|
||||||
cities: [Dubai, Ibiza]
|
cities: [Dubai, Ibiza]
|
@ -5,8 +5,8 @@
|
|||||||
<main class="pt-16">
|
<main class="pt-16">
|
||||||
|
|
||||||
<div class="flex flex-col md:flex-row">
|
<div class="flex flex-col md:flex-row">
|
||||||
{% include "partials/blogPosts.html" %}
|
{# {% include "partials/blogPosts.html" %} #}
|
||||||
{% include "partials/blogSidebar.html" %}
|
{# {% include "partials/blogSidebar.html" %} #}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% set section = get_section(path="blog/_index.md")%}
|
{# {% set section = get_section(path="blog/_index.md")%}
|
||||||
<main class="pt-16">
|
<main class="pt-16">
|
||||||
{{ section.content | safe}}
|
{{ section.content | safe}}
|
||||||
<hr>
|
<hr>
|
||||||
{% include "partials/page_list.html" %}
|
{% include "partials/page_list.html" %}
|
||||||
</main>
|
</main> #}
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user