Files
paige-hugo/archetypes/default.md
2024-06-27 16:43:43 -07:00

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 }}"
+++