From 0b13dadaacc964ad275794f457ec587069b890e9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 8 Apr 2021 21:35:11 +0300 Subject: use relative_url instead of site.baseurl --- _includes/common/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/common/sidebar.html') diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html index 76cced0..923eb04 100644 --- a/_includes/common/sidebar.html +++ b/_includes/common/sidebar.html @@ -14,7 +14,7 @@ {% else %}
{% for post in site.posts limit: 5 %} - +  {{ post.date | date: '%-d %b %Y' }}  {{ post.title }} -- cgit v1.2.3