boba.best/archetypes/blog.md

14 lines
197 B
Markdown
Raw Normal View History

2021-04-24 21:37:42 -05:00
+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
# Format date like 2006-01-02 (it gives an error if I use .Format)
description = """
Lorem ipsum
"""
tags = [
"",
]
+++