From 239d68f94c6250276850fbe95eaa6cdd5c38fb26 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sat, 16 Nov 2024 19:32:18 +0300 Subject: Своя тема, полностью всё переделал MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/default.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'archetypes/default.md') diff --git a/archetypes/default.md b/archetypes/default.md index 0556d3a..c6f6ab7 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,11 +1,8 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -description: -date: {{ .Date }} -image: -math: -license: -hidden: false -comments: true -draft: true ---- \ No newline at end of file ++++ +title = "{{ replace .Name "-" " " | title }}" +description = "" +date = {{ .Date }} +categories = [ "Без рубрики" ] +tags = [ "разное" ] ++++ + -- cgit v1.2.3