Skip to content

Commit c9a04b3

Browse files
committed
Theme: Add support for content above posts-archive layout
Similar to the "group" layout as used on API pages.
1 parent 290b547 commit c9a04b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/posts-archive.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{%- assign prev_year = false -%}
1111
<div class="posts content">
1212
<h1>{{ page.title }}</h1>
13+
{{ content }}
1314
{% for post in posts -%}
1415
{%- assign post_year = post.date | date: '%Y' -%}
1516
{%- if post_year != prev_year -%}

0 commit comments

Comments
 (0)