From 2fdcba9fd51112cd7d5e6c5de5231229a9dbf2d8 Mon Sep 17 00:00:00 2001 From: constantinos Date: Mon, 14 Aug 2023 16:44:03 +0300 Subject: [PATCH] added affiliation placeholder text --- archetypes/contributor.md | 2 +- archetypes/editor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archetypes/contributor.md b/archetypes/contributor.md index 9424ed5..cb8535b 100644 --- a/archetypes/contributor.md +++ b/archetypes/contributor.md @@ -2,7 +2,7 @@ title: "{{ replace .Name "-" " " | title }} ⚫ 🧜" date: "{{.Date}}" author: "file-creator-put-your-name-here" -affiliation: "Some affiliation if applicable" +affiliation: "Some affiliation (optional; remove line if not applicable)" draft: true --- diff --git a/archetypes/editor.md b/archetypes/editor.md index 480e634..07d9d45 100644 --- a/archetypes/editor.md +++ b/archetypes/editor.md @@ -2,7 +2,7 @@ title: "{{ replace .Name "-" " " | title }} ⚫ ♕" date: "{{.Date}}" author: "file-creator-put-your-name-here" -affiliation: "Some affiliation if applicable" +affiliation: "Some affiliation (optional; remove line if not applicable)" draft: true ---