Skip to content

Commit

Permalink
Merge pull request ddbullfrog#12 from dittodhole/bugfix_stackoverflow
Browse files Browse the repository at this point in the history
Bugfix stackoverflow
  • Loading branch information
ddbullfrog committed Mar 8, 2016
2 parents 323bafc + b1dbfba commit 951516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h4 class="timeline-title">{{ education.organization }}</h4>
{% endif %}
</div>
<div class="col-md-4">
{% if site.author.stackoverflow %}
{% if site.author.stackoverflow or site.author.programmingSkills %}
<h3 class="title with-icon"><span class="fa fa-code cat-title"></span> Programming Skills</h3>
{% if site.author.stackoverflow %}
<div class="grid-block">
Expand Down

0 comments on commit 951516f

Please sign in to comment.