From 24be0ba3c2d29fd0318b427019dc7e05f3b97caa Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 27 Nov 2016 15:39:39 +0300 Subject: fix markup semantics --- _includes/common/sidebar.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '_includes/common') diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html index 4637244..51c835e 100644 --- a/_includes/common/sidebar.html +++ b/_includes/common/sidebar.html @@ -1,16 +1,19 @@ -

About the project

+

About the project

{{ site.project.description }}. Feel free to contribute or contact me.

 GitHub repository  {{ site.personal_info.email }}
-

Latest posts

+

Latest posts

{% if site.posts.size == 0 %}

Sorry, there're no posts yet.

{% else %}
{% for post in site.posts limit: 5 %} -  {{ post.date | date_to_string }} {{ post.title }} + +  {{ post.date | date_to_string }} +  {{ post.title }} + {% endfor %}
{% endif %} -- cgit v1.2.3