Files
tylerperkins.xyz/layouts/_default/single.markdown
2026-01-16 23:17:05 -05:00

7 lines
122 B
Markdown

---
title: "{{ .Title }}"
date: {{ .Date.Format "2006-01-02" }}
{{ if .Draft }}draft: true{{ end }}
---
{{ .RawContent }}