|
@@ -1,15 +1,19 @@
|
|
|
# {{ site.name }} / {{ page.title }}
|
|
|
{:.no_toc}
|
|
|
|
|
|
+{% assign space = " " %}
|
|
|
+
|
|
|
{% if page.breadcrumbs %}
|
|
|
-> {%- for crumb in page.breadcrumbs -%}
|
|
|
-{%- if crumb.url -%}
|
|
|
-[{{- crumb.title -}}]({{- crumb.url -}})
|
|
|
-{%- else -%}
|
|
|
-{{- crumb.title -}}
|
|
|
-{%- endif -%}
|
|
|
-/
|
|
|
-{%- endfor -%}{{- page.title -}}
|
|
|
+>
|
|
|
+{%- for crumb in page.breadcrumbs -%}
|
|
|
+ {%- if crumb.url -%}
|
|
|
+ [{{ crumb.title }}]({{ crumb.url }})
|
|
|
+ {%- else -%}
|
|
|
+ {{ crumb.title }}
|
|
|
+ {%- endif -%}
|
|
|
+ {{ space }}/{{ space }}
|
|
|
+{%- endfor -%}
|
|
|
+{{ page.title }}
|
|
|
{% endif %}
|
|
|
|
|
|
{% if page.toc_enable %}
|