mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Add tooltips for functions in home
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% for function_pair in site.data.functions %}
|
||||
{% assign function_id = function_pair[0] %}
|
||||
{% assign function = function_pair[1] %}
|
||||
<li><a href="#+{{ function.label | downcase }}">{{ function.label }}</a></li>
|
||||
<li><a href="#+{{ function.label | downcase }}" data-title="{{ function.description | replace: '\n', ' ' }}">{{ function.label }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user