From b3f3fa26a7e4048fb7e661ffe36c2556a45dfae5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 1 Dec 2016 22:25:41 +0300 Subject: make the sidebar two-column --- _includes/common/sidebar.html | 46 ++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 20 deletions(-) (limited to '_includes/common') diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html index 5b5eb9d..7deed0a 100644 --- a/_includes/common/sidebar.html +++ b/_includes/common/sidebar.html @@ -1,21 +1,27 @@ -

About the project

-

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

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

The implemented algorithms have been plotted to study their performance. -You can examine the plots here.

-

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 }} - - {% endfor %} +
+
+

About the project

+

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

+ +

The implemented algorithms have been plotted to study their performance. + You can examine the plots here.

+
+
+

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 }} + + {% endfor %} +
+ {% endif %}
-{% endif %} +
-- cgit v1.2.3