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

github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul <paul@brainspark.nl>2019-11-15 22:53:02 +0300
committerPaul <paul@brainspark.nl>2019-11-15 22:53:02 +0300
commit8f077962b88fcc02519c8d60ccbd3d92703ed716 (patch)
tree7c1851c8a3f39df39c988433b12f0a619b121baa /archetypes
parent2cc6eff3314e4770ff2b6b03635ad65d262aa8ad (diff)
Add simple header, nav and footer, and base structure shortcodes
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/page.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/archetypes/page.md b/archetypes/page.md
new file mode 100644
index 0000000..cdc5f68
--- /dev/null
+++ b/archetypes/page.md
@@ -0,0 +1,11 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+subtitle: ""
+description: ""
+date: {{ .Date }}
+publishdate: {{ .Date }}
+lastmod: {{ .Date }}
+draft: true
+type: page
+---
+