initial commit (testing out stuff)
This commit is contained in:
9
archetypes/activite.md
Normal file
9
archetypes/activite.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "{{ replace (.File.ContentBaseName | replaceRE `(.{4}-.{1,2}-.{1,2}-` "") "-" " " | title }}"
|
||||
date: {{ .File.ContentBaseName | replaceRE `(.{4}-.{1,2}-.{1,2})-.*` "$1" }}
|
||||
publishDate: {{ .Date }}
|
||||
expiryDate: {{ .File.ContentBaseName | replaceRE `(.{4}-.{1,2}-.{1,2})-.*` "$1" }}
|
||||
tags: []
|
||||
featured_image: ""
|
||||
description: ""
|
||||
---
|
||||
Reference in New Issue
Block a user