From 83b592e646c4bf1de59932ef733bae735859064f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 01:24:38 +0300 Subject: _includes: site.baseurl -> relative_url --- _includes/categories/categories.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/categories/categories.html b/_includes/categories/categories.html index c5a60f3..05ef954 100644 --- a/_includes/categories/categories.html +++ b/_includes/categories/categories.html @@ -1,10 +1,10 @@ {% if site.categories.size != 0 %} {% for category in site.categories %} -

{{ category[0] }}

+

{{ category[0] }}


{% endfor %} -- cgit v1.2.3