1
0

Theme update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2021-06-16 11:42:54 +02:00
parent c2669979fa
commit 4193ddb1ec
3 changed files with 3 additions and 5 deletions

@ -2,9 +2,6 @@
# Page title # Page title
title: Sail Racing Library 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. # Page summary for search engines.
summary: Terms, abbreviations, ticks, tricks and much more related to sailboat racing. 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. # Position of this page in the menu. Remove this option to sort alphabetically.
weight: 1 weight: 1
--- ---
- Instruments - Instruments
- Abbreviations - Abbreviations
- NMEA0183/NMEA2000 - NMEA0183/NMEA2000

2
go.mod

@ -3,6 +3,6 @@ module code.jcktrue.dk/jct/jcktrue.dk
go 1.15 go 1.15
require ( 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 github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210425191248-0afcc81296de // indirect
) )

2
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-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 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-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 h1:J7MkieFVezVdQHtAvCOvAAaUv83oVMRqWzt7qkkUlPw=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210425191248-0afcc81296de/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw= github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210425191248-0afcc81296de/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=