diff --git a/archetypes/default.md b/archetypes/default.md index ac36e06..26f317f 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,2 +1,5 @@ -+++ -+++ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- diff --git a/archetypes/portfolio.md b/archetypes/portfolio.md index 68e6238..6923d6c 100644 --- a/archetypes/portfolio.md +++ b/archetypes/portfolio.md @@ -1,11 +1,15 @@ --- -title: "Name of the work 1" +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} draft: true image: "" showonlyimage: false categories: ["design"] -keywords: ["key", "words"] -topics: ["topic 1"] tags: ["one", "two"] weight: 1 --- + + + + + diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 72539f2..184e915 100644 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -15,28 +15,22 @@

{{ .Title }}

{{ .Content }}
- {{ with .Site.Params.email }} -
+ {{ with .Site.Params.formspreeId }} +
- +
- -
-
- - +
- +
- -