summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/meta
blob: 30319eff69edb5900ccc227cdcf8162236c8f34c (plain) (blame)
1
2
3
4
5
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#group : meta
#name : <meta name="..." content="..." />
# --
<meta name="${1:generator}" content="${2:content}" />