igor.milhit/archetypes/blog.md

10 lines
122 B
Markdown
Raw Normal View History

---
title: "{{ replace .Name "-" " " }}"
date: {{ .Date }}
draft: true
categories: [""]
tags: [""]
slug: {{ .Name }}
---