diff --git a/_includes/method.html b/_includes/method.html index 6ba994e..98683b0 100644 --- a/_includes/method.html +++ b/_includes/method.html @@ -4,12 +4,12 @@ {%- assign tag = "h4" -%} {%- endif -%} <{{tag}}>Method - {%- assign name = page.name | downcase | url_encode -%} -
    + {%- assign prefix = page.id | downcase | split: "/" | last | url_encode | prepend: "cb-" -%} +
      {% assign i = 1 -%} {%- for item in page.method -%} -
    1. - {%- assign i = i | plus: 1 -%} - {% endfor %} +
    2. + {% assign i = i | plus: 1 -%} + {%- endfor %}
    {%- endif -%}