From 6902c8b4dcbe28d89f85a5a40d8356718164084b Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 22 Aug 2019 15:29:06 +0200 Subject: Update svbhack with support for Pelican 4 and readtime plugin Bumps up the svbhack submodule to include a version that works with Pelican 4 and supports the readtime plugin. --- .gitmodules | 2 +- svbhack | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 61dd043..250be69 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,7 +57,7 @@ url = https://github.com/erfaan/pelican-theme-irfan.git [submodule "svbhack"] path = svbhack - url = https://github.com/giulivo/pelican-svbhack.git + url = https://github.com/gfidente/pelican-svbhack.git [submodule "html5-dopetrope"] path = html5-dopetrope url = https://github.com/PierrePaul/html5-dopetrope.git diff --git a/svbhack b/svbhack index 3170593..4e7e5af 160000 --- a/svbhack +++ b/svbhack @@ -1 +1 @@ -Subproject commit 3170593077434e4d12604c6124ac97008ad41f04 +Subproject commit 4e7e5af0d549813209abbb6954c84229819973f7 -- cgit