From e2433843b5b6855c8d7a7766dba2e48775552079 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 29 May 2018 21:52:10 +0200 Subject: [PATCH] Indent and simplify HTML snippets --- _includes/bin_table.html | 38 ++++++++++++++-------------- _includes/function_list.html | 8 +++--- _includes/functions_description.html | 10 ++++---- _layouts/bin.html | 20 ++++++--------- _layouts/common.html | 2 +- 5 files changed, 37 insertions(+), 41 deletions(-) diff --git a/_includes/bin_table.html b/_includes/bin_table.html index 252aac5..23b15a1 100644 --- a/_includes/bin_table.html +++ b/_includes/bin_table.html @@ -1,25 +1,25 @@
- - - - - - - - -{% for file in site.gtfobins %} - - - - -{% endfor %} - - - - -
BinaryFunctions
{% include get_bin_name path=file.path %}{% include function_list.html bin=file %}
No binary matches...
+ + + + + + + + + {% for file in site.gtfobins %} + + + + + {% endfor %} + + + + +
BinaryFunctions
{% include get_bin_name path=file.path %}{% include function_list.html bin=file %}
No binary matches...