layout plain Ideas for Mathematical DataBases {%- assign sorted = site.ideas | sort: "title" -%} {%- for idea in sorted -%} {%- endfor -%} Info Name Area Tags {{ idea.title }} {%- if idea.area -%} {% for a in idea.area -%} {% if forloop.index0 != 0 %}, {% endif %} {{ a }} {% endfor %} {%- endif -%} {%- if idea.tags -%} {%- for t in idea.tags -%} {% if forloop.index0 != 0 %}, {% endif %} {{ t }} {%- endfor -%} {%- endif %} {%- if idea.short_description -%} {{ p.short_description }} {%- endif -%}