Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 774 Bytes

index.md

File metadata and controls

31 lines (25 loc) · 774 Bytes
title layout
My presentations
base
work examples

{% assign workprojects = "polifonia-facets-2022-09" | split: ','%} {% assign examplesprojects = "adirondack-default,adirondack-xaprb,default,mutt,remarkwiki" | split: ','%}

    {% for p in workprojects %}
  • {{ p }}
  • {% endfor %}
    {% for e in examplesprojects %}
  • {{ e }}
  • {% endfor %}