From 6be4bdf6ad92eea3e57ccfaf95672daf43cc1090 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 08:46:18 +0200 Subject: ci: fixed a lot of issues with style and urls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- _plugins/modified_time_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_plugins/modified_time_helper.rb') diff --git a/_plugins/modified_time_helper.rb b/_plugins/modified_time_helper.rb index af29b89..52a780b 100644 --- a/_plugins/modified_time_helper.rb +++ b/_plugins/modified_time_helper.rb @@ -20,7 +20,7 @@ module Jekyll module ModifiedTimeHelper # Returns the modified time of the given page. def modified_time(page) - path = File.expand_path(File.join(File.dirname(__FILE__), "..", page["path"])) + path = File.expand_path(File.join(File.dirname(__FILE__), '..', page['path'])) out = `git log -n 1 --pretty='format:%cd' --date=iso8601-strict -- #{path}` begin -- cgit v1.2.3