Skip to content

Commit

Permalink
h3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingailey committed Sep 18, 2012
1 parent 7241340 commit 50f4a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
{% if post.titleimg %}
<img class="titleimg" src="{{ post.titleimg }}" alt="{{ post.title }}" />
<p><small><em>Photo: {{ post.credit }}</em></small></p>
<div id="bbHeadline"><h3><a href="{{ post.url }}">{{ post.title }}</a></h3></div>
<div id="bbHeadline"><a href="{{ post.url }}">{{ post.title }}</a></</div>
{% else %}
<div id="bbHeadline"><h3><a href="{{ post.url }}">{{ post.title }}</a></h3></div>
<div id="bbHeadline"><a href="{{ post.url }}">{{ post.title }}</a></div>
{% endif %}


Expand Down

0 comments on commit 50f4a1d

Please sign in to comment.