Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 427 Bytes

File metadata and controls

31 lines (21 loc) · 427 Bytes
layout post
title All posts
tags

Here are all the posts

Production

{% for item in site.posts %} {{item.title}} - [{{item.url }}] {{item.path}}

{% endfor %}

Drafts

{% for item in site.d %} {{item.title}} - [{{item.url }}] {{item.path}}

{% endfor %}

Tech Diary

{% for item in site.td %} {{item.title}} - [{{item.url }}] {{item.path}}

{% endfor %}