Skip to content

Commit

Permalink
Merge pull request #417 from devopsdays/bridget-png2jpg
Browse files Browse the repository at this point in the history
png to jpg for speaker pics.
  • Loading branch information
bridgetkromhout committed May 20, 2016
2 parents 73f9bd0 + 30c28d3 commit 6bde451
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 @@ -22,7 +22,7 @@
<hr>
<div class="row">
<div class="col-md-3">
<img alt = "{{ $s.name }}" src = "/events/{{ $event_slug }}/speakers/{{$fname}}.png" class="img-responsive" width = "250px">
<img alt = "{{ $s.name }}" src = "/events/{{ $event_slug }}/speakers/{{$fname}}.jpg" class="img-responsive" width = "250px">
</div>
<div class= "col-md-8">
<h3>{{ $s.name }}</h3>
Expand Down

0 comments on commit 6bde451

Please sign in to comment.