File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 22
33## Structure
44
5- ### [ htmldoc ] html document
5+ ### [ h-doc ] html document
66
77``` html
88<!DOCTYPE html>
2424</html >
2525```
2626
27- ### [ htmlhead ] head tags
27+ ### [ h-head-tags ] head tags
2828
2929``` html
3030<meta name =" format-detection" content =" telephone=no" >
6161<!-- canonical -->
6262<link rel =" canonical" href =" ${4:Url}" >
6363```
64+
65+ ### [ hs-sne] http://www.schema.org/SiteNavigationElement
66+
67+ ``` html
68+ <ul itemscope =" itemscope" itemtype =" http://www.schema.org/SiteNavigationElement" >
69+ <li itemprop =" name" >
70+ <a itemprop =" url" href =" ${1:#}" >$2</a >
71+ </li >
72+ </ul >
73+ ```
Original file line number Diff line number Diff line change 1818 </body>
1919</html>
2020]]> </content >
21- <tabTrigger >htmldoc </tabTrigger >
21+ <tabTrigger >h-doc </tabTrigger >
2222 <description >Basic HTML document</description >
2323</snippet >
Original file line number Diff line number Diff line change 3434<!-- canonical -->
3535<link rel="canonical" href="${4:Url}">
3636]]> </content >
37- <tabTrigger >htmlhead </tabTrigger >
37+ <tabTrigger >h-head-tags </tabTrigger >
3838 <description >Head tags</description >
3939</snippet >
You can’t perform that action at this time.
0 commit comments