mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
First commit
This commit is contained in:
7
_includes/functions_description.html
Normal file
7
_includes/functions_description.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
Reference in New Issue
Block a user