personal_site/_pages/talks.html

17 lines
357 B
HTML

---
layout: archive
title: "Talks and presentations"
permalink: /talks/
author_profile: true
---
{% if site.talkmap_link == true %}
<p style="text-decoration:underline;"><a href="/talkmap.html">See a map of all the places I've given a talk!</a></p>
{% endif %}
{% for post in site.talks reversed %}
{% include archive-single-talk.html %}
{% endfor %}