mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
249 B
249 B
{{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 %}