wiki/_includes/details.md

792 B

{% comment %} 引数: screenshot: スクリーンショット画像名 details: 情報のリスト キー:

に表示される見出し 値:
に表示される説明 {% endcomment %}

{% assign IMAGE_DIR = site.github.url | append: "/images" %} {% assign IMAGE_ALT = "スクリーンショット" %}

{% if include.screenshot %} {% assign screenshot = IMAGE_DIR | append: include.screenshot %} {% endif %}

{% for detail in include.details %}
{{ detail[0] }}
{{ detail[1] }}
{% endfor %}