From 19f6eab14ea0e6346e51e3201c19dacf0c661406 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 12 Mar 2014 09:17:14 +0200 Subject: [PATCH] Remove unneeded end tags. --- site/_includes/news_item.html | 2 +- site/_includes/top.html | 8 ++++---- site/_layouts/news_item.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html index ec3d7423..696e09e8 100644 --- a/site/_includes/news_item.html +++ b/site/_includes/news_item.html @@ -14,7 +14,7 @@ {{ post.date | date_to_string }} - {{ post.author }} + {{ post.author }} {{ post.author }} diff --git a/site/_includes/top.html b/site/_includes/top.html index 043e6000..a40677fc 100644 --- a/site/_includes/top.html +++ b/site/_includes/top.html @@ -4,11 +4,11 @@ {{ page.title }} - - + + - - + + diff --git a/site/_layouts/news_item.html b/site/_layouts/news_item.html index 72927b9e..059ef03b 100644 --- a/site/_layouts/news_item.html +++ b/site/_layouts/news_item.html @@ -17,7 +17,7 @@ layout: news {{ page.date | date_to_string }} - + {{ page.author }}