File tree 3 files changed +1620
-3
lines changed 3 files changed +1620
-3
lines changed Original file line number Diff line number Diff line change 5
5
{%- assign segments = file.path | split: "/" -%}
6
6
{%- if segments[ 1] == include.specification -%}
7
7
{%- if segments[ 2] != last_version -%}
8
- {%- assign last_version = segments[ 2] %}
8
+ {% assign last_version = segments[ 2] %}
9
+ {% assign last_kind = "" %}
9
10
* ** v{{ last_version }}**
10
11
{%- endif -%}
11
12
{%- if segments[ 3] != last_kind -%}
12
13
{%- if segments[ 4] == "base" -%}
13
14
{%- continue -%}
14
15
{%- endif -%}
15
- {%- assign last_kind = segments[ 3] %}
16
+ {% assign last_kind = segments[ 3] %}
16
17
* view [ ** {{ last_kind }}/{{ segments[ 4] }}** ] ({{ site.baseurl }}/{{ include.specification }}/{{ last_version }}/{{ last_kind }}/{{ segments[ 4] }}.html)
17
18
download iteration
18
19
{%- assign separator = ": " -%}
19
20
{%- endif -%}
20
21
{{ separator }} [ {{ file.basename | replace: "-", "‑ ; " }}] ({{ site.baseurl }}{{ file.path }})
21
22
{%- assign separator = ", " -%}
22
23
{%- endif -%}
23
- {%- endfor %}
24
+ {%- endfor - %}
You can’t perform that action at this time.
0 commit comments