mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Merge pull request #49 from mtn/archetype
Correct the default archetype
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
+++
|
+++
|
||||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date = {{ .Date }}
|
||||||
draft: true
|
draft = true
|
||||||
meta_img = "/images/image.jpg"
|
meta_img = "/images/image.jpg"
|
||||||
tags = ["tags"]
|
tags = ["tags"]
|
||||||
description = "Desc"
|
description = "Desc"
|
||||||
hacker_news_id = ""
|
hacker_news_id = ""
|
||||||
lobsters_id = ""
|
lobsters_id = ""
|
||||||
title = "Title"
|
|
||||||
+++
|
+++
|
||||||
|
Reference in New Issue
Block a user