From 81293d674c00382a65310402e1c34432819b79da Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 1 Aug 2019 04:05:21 +0200 Subject: [PATCH] fix logo --- archetypes/post.md | 4 ++-- layouts/partials/logo.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archetypes/post.md b/archetypes/post.md index c94001b..50a7d86 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -1,6 +1,6 @@ +++ -title = "" -date = "" +title = "{{ replace .Name "-" " " | title }}" +date = {{ .Date }} author = "" cover = "" tags = ["", ""] diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index a22bc10..d2b305f 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -1,6 +1,6 @@