Missing trail </a>

The missing </a> willing cause an issue when someone is customizing the order of "Post then Date" to "Date then Post".
This commit is contained in:
Clayton Burlison 2014-12-17 13:56:10 -06:00
parent 1dabca2574
commit 8b3737cf23

View file

@ -46,7 +46,7 @@
{% endunless %}
<article>
{% if post.link %}
<h2 class="link-post"><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> <a href="{{ post.link }}" target="_blank" title="{{ post.title }}"><i class="fa fa-link"></i></h2>
<h2 class="link-post"><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> <a href="{{ post.link }}" target="_blank" title="{{ post.title }}"><i class="fa fa-link"></i></a></h2>
{% else %}
<h2><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
<p>{{ post.excerpt | strip_html | truncate: 160 }}</p>
@ -65,4 +65,4 @@
{% include _scripts.html %}
</body>
</html>
</html>