Skip to content

Latest commit

 

History

History
42 lines (42 loc) · 1.08 KB

File metadata and controls

42 lines (42 loc) · 1.08 KB
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 -%}