diff options
author | Bao Pham <gbaopham@gmail.com> | 2012-04-12 21:01:36 -0700 |
---|---|---|
committer | Bao Pham <gbaopham@gmail.com> | 2012-04-12 21:01:36 -0700 |
commit | 8e9cfb1e124b4d2329c2b671370a65ce37e0923a (patch) | |
tree | 2cf941e93df106f9cbc9e2346dfeba11d6b9ce25 /template | |
parent | 24cd013e28736cc04d08b4416c3c748153b09688 (diff) | |
download | vim-sonictemplate-8e9cfb1e124b4d2329c2b671370a65ce37e0923a.tar.gz vim-sonictemplate-8e9cfb1e124b4d2329c2b671370a65ce37e0923a.tar.bz2 vim-sonictemplate-8e9cfb1e124b4d2329c2b671370a65ce37e0923a.zip |
Add template for html icon link tag
Diffstat (limited to 'template')
-rw-r--r-- | template/html/snip-icon.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/html/snip-icon.html b/template/html/snip-icon.html new file mode 100644 index 0000000..cd1da90 --- /dev/null +++ b/template/html/snip-icon.html @@ -0,0 +1 @@ +<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> |