Add meta/index.txt
This commit is contained in:
parent
d7f28d7be9
commit
cc052f3b6c
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
type: other
|
||||
layout: false
|
||||
---
|
||||
{% for page in site.pages %}{% if page.type == 'article' %}{{ page.url | remove: '.html' }}
|
||||
{% endif %}{% endfor %}
|
Loading…
Reference in New Issue