Skip to content
Snippets Groups Projects
Select Git revision
  • 04558af18a7009ce2fd0d51b54f5268008178413
  • master default
  • patch-1
3 results

index.html

Blame
  • Forked from KWARC / kwarc.info / www
    1118 commits behind the upstream repository.
    user avatar
    Michael Kohlhase authored
    04558af1
    History
    index.html 262 B
    ---
    layout: default
    title: KWARC Projects
    ---
    
    <h2>Current Projects of the KWARC Group</h2>
    
    {% assign projects = site.pages | where: "layout", "project" | where_exp: "project", "project.end_date == null" | sort: "start_date" %}
    {% include projects_list.html %}