mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02: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