mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
17 lines
357 B
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 %}
|