From 8aa4b6dce6da9601411c7caa07e6352c98ddc4f4 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 1 Feb 2020 01:52:27 +0800 Subject: feat(author): add author_link and fix highlight bug --- archetypes/default.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archetypes') diff --git a/archetypes/default.md b/archetypes/default.md index 97e6386..ad7609c 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,4 +1,6 @@ --- +author: "" +author_link: "" title: "{{ replace .TranslationBaseName "-" " " | title }}" date: {{ .Date }} lastmod: {{ .Date }} @@ -16,7 +18,7 @@ featured_image_preview: "" comment: true toc: false -autoCollapseToc: true +auto_collapse_toc: true math: false --- -- cgit v1.2.3