From 4193ddb1ec3fca8b324193fd33fafa3c2177f591 Mon Sep 17 00:00:00 2001 From: Jens True Date: Wed, 16 Jun 2021 11:42:54 +0200 Subject: [PATCH] Theme update --- content/sail-library/_index.md | 4 ---- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/content/sail-library/_index.md b/content/sail-library/_index.md index ff8fc83..f978993 100644 --- a/content/sail-library/_index.md +++ b/content/sail-library/_index.md @@ -2,9 +2,6 @@ # Page title title: Sail Racing Library -# Title for the menu link if you wish to use a shorter link title, otherwise remove this option. -linktitle: Sailing Library - # Page summary for search engines. summary: Terms, abbreviations, ticks, tricks and much more related to sailboat racing. @@ -17,7 +14,6 @@ type: book # Position of this page in the menu. Remove this option to sort alphabetically. weight: 1 --- - - Instruments - Abbreviations - NMEA0183/NMEA2000 diff --git a/go.mod b/go.mod index 23459e0..08586b4 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module code.jcktrue.dk/jct/jcktrue.dk go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210613133202-27b491678438 // indirect + github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210615190506-19ca4a39f23c // indirect github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210425191248-0afcc81296de // indirect ) diff --git a/go.sum b/go.sum index 6fabf51..fdc13a6 100644 --- a/go.sum +++ b/go.sum @@ -50,5 +50,7 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210611195008-efdea8f github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210611195008-efdea8f25932/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210613133202-27b491678438 h1:c7GNWncN+UtvN77QJE0YnQurJeFMRWIhM7YsfevflCg= github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210613133202-27b491678438/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210615190506-19ca4a39f23c h1:JrO6hr4s0TzAkezlqzTX5ptSuNQGWyws6yQ54iRz8tQ= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210615190506-19ca4a39f23c/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210425191248-0afcc81296de h1:J7MkieFVezVdQHtAvCOvAAaUv83oVMRqWzt7qkkUlPw= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210425191248-0afcc81296de/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=