Skip to content

Commit

Permalink
add conditional for talkmap
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Oct 17, 2018
1 parent 1a53c7c commit a78329f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _pages/talks.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
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 %}

0 comments on commit a78329f

Please sign in to comment.