dotar/vim/snippets/html/head.snippet

6 lines
173 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>${1:`substitute(Filename('', 'Page Title'), '^.', '\u&', '')`}</title>
${2}
</head>