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 --- _layouts/category.html | 4 ++-- _layouts/post.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '_layouts') diff --git a/_layouts/category.html b/_layouts/category.html index efb34db..5be0ddc 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -7,8 +7,8 @@ layout: default {% if site.categories[page.category].size > 0 %} {% endif %} -

For a complete list of posts grouped by category, please see this page.

+

For a complete list of posts grouped by category, please see this page.

diff --git a/_layouts/post.html b/_layouts/post.html index c539244..1af112a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default

{{ page.title }}

 Posted on {{ page.date | date: '%-d %B %Y' }} - {%- if page.category %} in  {{ page.category }}{% endif %} + {%- if page.category %} in  {{ page.category }}{% endif %}

{{ content }}
-- cgit v1.2.3