Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Hoggard committed May 20, 2013
1 parent 67ba6ee commit f3be84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artist/classic/portfolios/show.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% if portfolio.has_press? %}
<h2>Press</h2>
{% for press_item in portfolio.press_items %}
<p class="press"><a href="{{ press_item.page_url }}">{{ press_item.title | escape }}{% if press_item.date != empty %}, {{ press_item.display_date }}{% endif %}</a></p>
<p class="press"><a href="{{ press_item.page_url }}">{{ press_item.title | escape }}{% if press_item.display_date != empty %}, {{ press_item.display_date }}{% endif %}</a></p>
{% endfor %}
{% endif %}
</div>
Expand Down

0 comments on commit f3be84a

Please sign in to comment.