mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-04-19 14:17:59 +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 }} |