dotfiles

ref: 112eae89312e9ce9e55806d609f55efd3bac01f0

vim/snippets/yaml.snippets


snippet post
	slug: ${1:slug}
	english_title: ${2:title}
	czech_title: ${3:nazev}
	english_body: |

		$4

	czech_body: |

	images: []
	published: `strftime("%Y-%m-%d %H:%M:%S")`