Add meta/index.txt

This commit is contained in:
Rico Sta. Cruz 2017-09-08 03:45:33 +08:00
parent d7f28d7be9
commit cc052f3b6c
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 6 additions and 0 deletions

6
meta/index.txt Normal file
View File

@ -0,0 +1,6 @@
---
type: other
layout: false
---
{% for page in site.pages %}{% if page.type == 'article' %}{{ page.url | remove: '.html' }}
{% endif %}{% endfor %}