Merge pull request #161 from UncleBill/master
add global lastmod for "Last modified time"
This commit is contained in:
commit
b54a4f6c92
@ -18,3 +18,8 @@ snippet date_time
|
|||||||
alias dt
|
alias dt
|
||||||
options word
|
options word
|
||||||
`strftime("%H:%M:%S")`
|
`strftime("%H:%M:%S")`
|
||||||
|
|
||||||
|
snippet lastmod
|
||||||
|
abbr Last modified time
|
||||||
|
alias lmod
|
||||||
|
Last Modified: `strftime("%Y-%m-%dT%H:%M:%S")`
|
||||||
|
@ -282,3 +282,20 @@ snippet div
|
|||||||
options word
|
options word
|
||||||
<div ${1:id="${2:someid\}"}>${3:TARGET}</div>${4}
|
<div ${1:id="${2:someid\}"}>${3:TARGET}</div>${4}
|
||||||
|
|
||||||
|
snippet header
|
||||||
|
options word
|
||||||
|
<div class="header" role="header">
|
||||||
|
${1}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
snippet main
|
||||||
|
options word
|
||||||
|
<div class="main" role="main">
|
||||||
|
${1}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
snippet footer
|
||||||
|
options word
|
||||||
|
<div class="footer" role="contentinfo">
|
||||||
|
${1}
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user