Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 346 Bytes

info.md

File metadata and controls

10 lines (10 loc) · 346 Bytes

Upcoming Meetings

The OWASP Global Board typically meets over video-conference on the third Tuesday of each month. {% assign pages = site.pages | sort: 'date' | limit: 6 %}

    {% for page in pages %} {% if page.path contains 'meetings/' %}
  • {{ page.title }}
  • {% endif %} {% endfor %}