1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-06 07:36:03 +02:00
GTFOBins.github.io/_includes/functions_description.html
2018-05-29 21:52:10 +02:00

8 lines
234 B
HTML

<dl>
{% for function_pair in site.data.functions %}
{% assign function = function_pair[1] %}
<dt class="function-name">{{ function.label }}</dt>
<dd>{{ function.description | markdownify }}</dd>
{% endfor %}
</dl>