From 8b3737cf23a4a04b29bfa1f5e69358ea16c87b83 Mon Sep 17 00:00:00 2001 From: Clayton Burlison <clburlison@gmail.com> Date: Wed, 17 Dec 2014 13:56:10 -0600 Subject: [PATCH] Missing trail </a> The missing </a> willing cause an issue when someone is customizing the order of "Post then Date" to "Date then Post". --- _layouts/post-index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 380b8ad5..814f7e95 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -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> \ No newline at end of file +</html>