mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	Indent and simplify HTML snippets
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<ul class="function-list">
 | 
			
		||||
{% for function in include.bin.functions %}
 | 
			
		||||
{% assign type = function[0] %}
 | 
			
		||||
<li><a href="{{ include.bin.url }}#{{ type }}">{{ site.data.functions[type].label }}</a></li>
 | 
			
		||||
{% endfor %}
 | 
			
		||||
    {% for function in include.bin.functions %}
 | 
			
		||||
    {% assign type = function[0] %}
 | 
			
		||||
    <li><a href="{{ include.bin.url }}#{{ type }}">{{ site.data.functions[type].label }}</a></li>
 | 
			
		||||
    {% endfor %}
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user