temporary fixes for removing blog

This commit is contained in:
timurgordon 2023-12-05 16:55:52 +03:00
parent 37b693f7d7
commit d16b8b8d65
4 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -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]

View File

@ -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>

View File

@ -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 %}