mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2025-10-31 08:26:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			249 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			249 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## {{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 %} |