diff options
author | mattn <mattn.jp@gmail.com> | 2013-05-27 22:29:43 -0700 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-05-27 22:29:43 -0700 |
commit | 19b38063c88d2f75e9771a9ab86232e003a7a882 (patch) | |
tree | d20f7175149bbcd0cfcc75d3f0db03e240d68a05 /template | |
parent | f8e989b4488b2343431cd87ae19c4f7bc0d8e958 (diff) | |
parent | 8e505984e0297ba75b5c98fffc2bfd9fae84c084 (diff) | |
download | vim-sonictemplate-19b38063c88d2f75e9771a9ab86232e003a7a882.tar.gz vim-sonictemplate-19b38063c88d2f75e9771a9ab86232e003a7a882.tar.bz2 vim-sonictemplate-19b38063c88d2f75e9771a9ab86232e003a7a882.zip |
Merge pull request #13 from iakio/rename-link
Rename snip-link-css.html <-> snip-link-icon.html
Diffstat (limited to 'template')
-rw-r--r-- | template/html/snip-link-css.html | 2 | ||||
-rw-r--r-- | template/html/snip-link-icon.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/html/snip-link-css.html b/template/html/snip-link-css.html index cd1da90..06bd9c1 100644 --- a/template/html/snip-link-css.html +++ b/template/html/snip-link-css.html @@ -1 +1 @@ -<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> +<link rel="stylesheet" type="text/css" href="{{_cursor_}}"> diff --git a/template/html/snip-link-icon.html b/template/html/snip-link-icon.html index 06bd9c1..cd1da90 100644 --- a/template/html/snip-link-icon.html +++ b/template/html/snip-link-icon.html @@ -1 +1 @@ -<link rel="stylesheet" type="text/css" href="{{_cursor_}}"> +<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> |