mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
7 lines
122 B
Markdown
7 lines
122 B
Markdown
---
|
|
title: "{{ .Title }}"
|
|
date: {{ .Date.Format "2006-01-02" }}
|
|
{{ if .Draft }}draft: true{{ end }}
|
|
---
|
|
|
|
{{ .RawContent }} |