From 74d5640b9b69a05e389ea1b9ee69607c42de9d62 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 5 May 2020 22:29:14 +0200 Subject: [PATCH 1/2] [Archetype] Add images and remove multiple category --- archetypes/default.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archetypes/default.md b/archetypes/default.md index e76250f..b3a7be2 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -3,7 +3,8 @@ author: "Gregory Trolliet" title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} description: "" -categories: ["",""] +images: [""] +categories: [""] tags: ["",""] draft: true --- From 4156423dd3954539caf3b62d11204cbc81941a47 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 5 May 2020 22:29:34 +0200 Subject: [PATCH 2/2] [Layout] Make navbar link relatives instead of absolute --- layouts/partials/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html index e7dcf03..5317a11 100644 --- a/layouts/partials/navigation.html +++ b/layouts/partials/navigation.html @@ -14,7 +14,7 @@