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

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/post.md')
-rw-r--r--archetypes/post.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/archetypes/post.md b/archetypes/post.md
index 8606141..230b115 100644
--- a/archetypes/post.md
+++ b/archetypes/post.md
@@ -1,18 +1,19 @@
-+++
-title = ""
-date = ""
-slug = ""
-tags = [
- ""
-]
-categories = [
- ""
-]
-draft = true
-+++
+---
+title: "{{ replace .TranslationBaseName "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
<div class="well content-header">
<img src="/images/insert_image_here.svg" alt="insert image here" />
</div>
-<!--more--> \ No newline at end of file
+<!--more-->
+
+---
+
+<!--
+ Section links are seperated with a |
+-->
+
+[Section A](#Section-A) | [Section B](#Section-B) \ No newline at end of file