Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 314 Bytes

File metadata and controls

29 lines (20 loc) · 314 Bytes
title All posts
tags

All posts for editting

Production

{% for item in site.posts %} {{item.title}} {{item.path}} {% endfor %}

Drafts

{% for item in site.d %} {{item.title}} {{item.path}} {% endfor %}

Technical Entries

{% for item in site.td %}

{{item.title}} {{item.path}}

{% endfor %}