From 2ffb4215645b463e9755d9663c100728fe0ebb57 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 29 Nov 2024 18:06:57 +0300 Subject: Новый пост + небольшие фиксы MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/post.md | 9 --------- archetypes/posts.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 archetypes/post.md create mode 100644 archetypes/posts.md (limited to 'archetypes') diff --git a/archetypes/post.md b/archetypes/post.md deleted file mode 100644 index e0be702..0000000 --- a/archetypes/post.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -title = "{{ replace .Name "-" " " | title }}" -description = "" -date = {{ .Date }} -categories = [ "Без рубрики" ] -tags = [ "разное" ] -location = "Казань" -+++ - diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100644 index 0000000..7fd17fc --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,10 @@ ++++ +title = "{{ replace .Name "-" " " | title }}" +description = "" +date = {{ .Date }} +categories = [ "Без рубрики" ] +tags = [ "разное" ] +location = "Казань" +image="" ++++ + -- cgit v1.2.3