11 lines
219 B
Markdown
11 lines
219 B
Markdown
{{- $now := now -}}
|
|
+++
|
|
categories = []
|
|
date = {{ .Date }}
|
|
description = ""
|
|
draft = true
|
|
link = ""
|
|
tags = []
|
|
title = "{{ replace (strings.TrimPrefix (print ($now.Format `2006-01-02`) `-`) .Name) `-` ` ` | title }}"
|
|
+++
|