Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-16 11:14:37 +0300
committerGitHub <noreply@github.com>2020-03-16 11:14:37 +0300
commit9a7189c2a3f52792dfa5bbd96aaa7c8626ed457c (patch)
tree84745a3525b2e068b4c3ea1db91aa48052797eef /archetypes
parentee1c5c22bc765660aad504c63c949239c454302e (diff)
feat(subtitle): add subtitle for posts (#171)
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index b1fb410..3dfd94f 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,5 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
+subtitle: ""
date: {{ .Date }}
lastmod: {{ .Date }}
draft: true