Skip to content

Commit

Permalink
fix scholar links
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Jul 12, 2017
1 parent 498bc30 commit 6fa53ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>{{ page.title }}</h1>
{% for scholar in site.scholars %}
<div class="3u{% if forloop.index == 4 %}${% endif %}">
<span class="image fit">
<a href="{{ scholar.url }}">
<a href="{{ site.baseurl }}{{ scholar.url }}">
<img src="{% if scholar.image %}{{ scholar.image }}{% else %}images/pic10.jpg{% endif %}" alt="" />
</a>
</span>
Expand Down

0 comments on commit 6fa53ff

Please sign in to comment.