diff options
Diffstat (limited to 'archetypes/posts.md')
-rw-r--r-- | archetypes/posts.md | 10 |
1 files changed, 10 insertions, 0 deletions
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="" ++++ + |