Skip to content

Latest commit

 

History

History
83 lines (69 loc) · 2.6 KB

blogs.markdown

File metadata and controls

83 lines (69 loc) · 2.6 KB
layout post author_profile permalink header
single
excerpt
true
/blogs/
image
/assets/images/header_show.jpg

Blogs

{% assign entries_layout = page.entries_layout | default: 'list' %} {% assign postsByYear = site.posts | where_exp: "item", "item.hidden != true" | group_by_exp: 'post', 'post.date | date: "%Y"' %} {% for year in postsByYear %}

{{ year.name }}

{% for post in year.items %} {% include archive-single.html type=entries_layout %}
{% endfor %}
{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑

{% endfor %}