Skip to content

Commit

Permalink
Merge pull request #332 from devopsdays/mattstratton/fix-talk-page
Browse files Browse the repository at this point in the history
Fix talk page

Former-commit-id: e827bfc
  • Loading branch information
bridgetkromhout committed May 12, 2016
2 parents 7707bfe + c59dab1 commit 3181742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/devopsdays-legacy/layouts/talk/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.Site.Data.events $e.year (printf "%s" (lower $e.city))
- mattstratton
*/}}
{{ range $fname, $s := index .Site.Data.speakers $e.year (lower $e.city) }}
{{ range $fname, $s := index .Site.Data.speakers (chomp $e.year) (lower $e.city) }}
{{ if eq $fname ($.Title | urlize) }}
<h2>Speaker</h2>
<h3>{{ $s.name }}</h3>
Expand Down

0 comments on commit 3181742

Please sign in to comment.