Skip to content

Commit a78329f

Browse files
authored
add conditional for talkmap
1 parent 1a53c7c commit a78329f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_pages/talks.html

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
author_profile: true
66
---
77

8+
{% if site.talkmap_link == true %}
9+
810
<p style="text-decoration:underline;"><a href="/talkmap.html">See a map of all the places I've given a talk!</a></p>
911

12+
{% endif %}
13+
1014
{% for post in site.talks reversed %}
1115
{% include archive-single-talk.html %}
1216
{% endfor %}

0 commit comments

Comments
 (0)