1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-08 00:26:05 +02:00
GTFOBins.github.io/_includes/function_list.html
2018-05-21 20:14:41 +01:00

7 lines
216 B
HTML

<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 %}
</ul>