Skip to content

Commit

Permalink
Merge pull request #49 from ykrods/fix-mismatched-tag
Browse files Browse the repository at this point in the history
Fix unclosed span tag
  • Loading branch information
nabobalis authored Dec 24, 2019
2 parents 91d5f82 + e90605d commit 7c079de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ablog/templates/postnavy.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{ post.next.title }}
{% if ablog.fontawesome %}<i class="fa fa-arrow-circle-right"></i>{% endif %}
</a>
</span>
{% endif %}
</span>
</div>
{% endif %}

0 comments on commit 7c079de

Please sign in to comment.