dnscontrol/docs/_includes/funcList.md

12 lines
249 B
Markdown
Raw Normal View History

2017-01-12 04:02:45 +08:00
## {{include.title}}
{% assign fs = site.functions %}
{% if include.dir == "global" %}
{% assign fs = fs | reverse %}
{% endif %}
{% for f in fs %}
{% if f.path contains include.dir %}
{% include func.html f=f %}
{% endif %}
{% endfor %}