From a78329fc90c626daeadf17f8cac55aa6044d1949 Mon Sep 17 00:00:00 2001 From: Stuart Geiger Date: Wed, 17 Oct 2018 08:52:45 -0700 Subject: [PATCH] add conditional for talkmap --- _pages/talks.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_pages/talks.html b/_pages/talks.html index 042e8897a3542..48ef03da18d37 100644 --- a/_pages/talks.html +++ b/_pages/talks.html @@ -5,8 +5,12 @@ author_profile: true --- +{% if site.talkmap_link == true %} +

See a map of all the places I've given a talk!

+{% endif %} + {% for post in site.talks reversed %} {% include archive-single-talk.html %} {% endfor %}