mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 22:57:59 +00:00
Update post archetype
This commit is contained in:
parent
4c231e7777
commit
72be884fd4
@ -1,9 +1,10 @@
|
|||||||
|
{{- $date := time.Format "2006-01-02" .Date }}
|
||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | humanize }}"
|
title: "{{ strings.TrimPrefix $date .Name | replace "-" " " | humanize }}"
|
||||||
date: {{ .Date }}
|
publishdate: {{ .Date }}
|
||||||
---
|
---
|
||||||
|
|
||||||
= {{ replace .Name "-" " " | humanize }}
|
= {{ replace .Name "-" " " | humanize }}
|
||||||
Gabriel Arazas <foodogsquared@foodogsquared.one>
|
Gabriel Arazas <foodogsquared@foodogsquared.one>
|
||||||
{{ dateFormat "2006-01-02" .Date }}
|
{{ $date }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user