| layout | page |
|---|---|
| title | Presentations |
| permalink | /presentations/ |
These are my presentations.
-
{% for post in site.categories.computers %}
{% if post.url %}
- {{ post.title }} {% elsif post.url == 0 %}
There are no presentations yet!
{% endif %} {% endfor %}