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

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2018-05-28 18:13:48 +0300
committerNate <nathancday@gmail.com>2018-05-28 18:13:48 +0300
commitf949377b0c5d51c79562216b1f8df202bef4f122 (patch)
treed5c27991a0cdf76cfc7a6cd6ac50a08c426d47f6
parent48eebebaad248478d72fc304f2735b72a4145748 (diff)
parentc701f5736f855c387e03d5310e81651e9b9573d6 (diff)
Merge branch 'nonumeros-master'
Updates to archetypes/ for replacing '.TranslationBaseName' with '.Name'. Reflects changes in Hugostyle at v0.35.
-rw-r--r--archetypes/default.md2
-rw-r--r--archetypes/post.md2
-rw-r--r--archetypes/project.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 8c7c756..e544dbc 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,5 +1,5 @@
---
-title: "{{ replace .TranslationBaseName "-" " " | title }}"
+title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02" .Date }}
draft: true
---
diff --git a/archetypes/post.md b/archetypes/post.md
index e5d34ef..fbe5d98 100644
--- a/archetypes/post.md
+++ b/archetypes/post.md
@@ -1,5 +1,5 @@
---
-title: "{{ replace .TranslationBaseName "-" " " | title }}"
+title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02" .Date }}
tags: []
draft: true
diff --git a/archetypes/project.md b/archetypes/project.md
index af53acf..97c3a59 100644
--- a/archetypes/project.md
+++ b/archetypes/project.md
@@ -1,5 +1,5 @@
---
-title: "{{ replace .TranslationBaseName "-" " " | title }}"
+title: "{{ replace .Name "-" " " | title }}"
description: ""
repo: ""
tags: []