Initial commit.
This commit is contained in:
5
vim/snippets/html/head.snippet
Executable file
5
vim/snippets/html/head.snippet
Executable file
@@ -0,0 +1,5 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
||||
<title>${1:`substitute(Filename('', 'Page Title'), '^.', '\u&', '')`}</title>
|
||||
${2}
|
||||
</head>
|
||||
Reference in New Issue
Block a user