🚚 refactor: move blog posts to blog
section
This commit is contained in:
parent
cec746c1ce
commit
14156b590a
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div class="archive">
|
<div class="archive">
|
||||||
<ul class="list-with-title">
|
<ul class="list-with-title">
|
||||||
{% set section_item = get_section(path="_index.md") %} {% for year, posts in
|
{% set section_item = get_section(path="blog/_index.md") %} {% for year, posts in
|
||||||
section_item.pages | group_by(attribute="year") %} {% if posts | length > 0
|
section_item.pages | group_by(attribute="year") %} {% if posts | length > 0
|
||||||
%}
|
%}
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user