From 6faa22033d0988231f41b58c6b8a9e3aa5c97140 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 7 Apr 2019 16:52:09 +0200 Subject: [PATCH] update to right version --- themes/hugo-coder | 2 +- update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-coder b/themes/hugo-coder index 81666ed..02a49cf 160000 --- a/themes/hugo-coder +++ b/themes/hugo-coder @@ -1 +1 @@ -Subproject commit 81666ed54bb438f4af01fd4a111df8bd7d423120 +Subproject commit 02a49cf92e399b19285252639113d09b3de3918e diff --git a/update.sh b/update.sh index 8fbc8b3..05c864c 100755 --- a/update.sh +++ b/update.sh @@ -6,7 +6,7 @@ set -e # update our clone git submodule update --init --recursive git submodule foreach git pull origin master -git pull --recurse-submodules +git pull # rerun hugo generator # export the GIT env vars we need to have links in the footer