Skip to content

Latest commit

History

History
23 lines (16 loc) 路 517 Bytes

File metadata and controls

23 lines (16 loc) 路 517 Bytes
layout page
title Archive

Blog Posts

{% for post in site.posts %}

  • {{ post.date | date_to_string }} 禄 [ {{ post.title }} ]({{ post.url | absolute_url }}) {% endfor %}

Newsletters

{% for post in site.newsletters %}

  • {{ post.date | date_to_string }} 禄 [ {{ post.title }} ]({{ post.url | absolute_url }}) {% endfor %}

Photo Albums

{% for item in site.data.carousel %}

  • {{ item.date | date_to_string }} 禄 [ {{item.title}} ]({{ item.url | absolute_url }}) {% endfor %}