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]
|
||||
categories: [foundation, farming, cloud, aci]
|
||||
extra:
|
||||
imgPath: adnan_fatayerji.jpg
|
||||
imgPath: denis_mukwege.jpg
|
||||
organizations: [Panzi Foundation]
|
||||
countries: [DR of Congo]
|
||||
cities: [Dubai, Ibiza]
|
@ -5,8 +5,8 @@
|
||||
<main class="pt-16">
|
||||
|
||||
<div class="flex flex-col md:flex-row">
|
||||
{% include "partials/blogPosts.html" %}
|
||||
{% include "partials/blogSidebar.html" %}
|
||||
{# {% include "partials/blogPosts.html" %} #}
|
||||
{# {% include "partials/blogSidebar.html" %} #}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% set section = get_section(path="blog/_index.md")%}
|
||||
{# {% set section = get_section(path="blog/_index.md")%}
|
||||
<main class="pt-16">
|
||||
{{ section.content | safe}}
|
||||
<hr>
|
||||
{% include "partials/page_list.html" %}
|
||||
</main>
|
||||
</main> #}
|
||||
|
||||
{% endblock content %}
|
||||
|
Loading…
Reference in New Issue
Block a user