We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290b547 commit c9a04b3Copy full SHA for c9a04b3
_layouts/posts-archive.html
@@ -10,6 +10,7 @@
10
{%- assign prev_year = false -%}
11
<div class="posts content">
12
<h1>{{ page.title }}</h1>
13
+ {{ content }}
14
{% for post in posts -%}
15
{%- assign post_year = post.date | date: '%Y' -%}
16
{%- if post_year != prev_year -%}
0 commit comments