14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Blog post template
|
|
# key: ;blogpost
|
|
# --
|
|
#+title: ${1:Title}
|
|
#+date: `(format-time-string "%Y-%m-%d")`
|
|
#+tags[]: ${2:tag1 tag2}
|
|
|
|
${3:Introduction paragraph.}
|
|
|
|
** ${4:First section}
|
|
${5:Content.}
|
|
$0
|