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

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/blog.md')
-rw-r--r--archetypes/blog.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
index 1b96724..b495210 100644
--- a/archetypes/blog.md
+++ b/archetypes/blog.md
@@ -3,9 +3,11 @@ title: "{{ replace .Name "-" " " | title }}"
description: ""
lead: ""
date: {{ .Date }}
+lastmod: {{ .Date }}
draft: true
-images: {{ .Site.Params.images }}
-authors: [""]
+weight: 50
+images: ["{{ .Name | urlize }}.jpg"]
+contributors: ["Henk Verlinde"]
---
-{{< img src="" alt="" caption="" class="wide" >}}
+{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" class="wide" >}}