forked from duniayetu/www_duniayetu
temporary fixes for removing blog
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user