mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
First pass at new site template
This commit is contained in:
committed by
Chris Cummer
parent
215c7e571f
commit
d872a28cf7
10
_site/themes/docdock/layouts/shortcodes/task.html
Normal file
10
_site/themes/docdock/layouts/shortcodes/task.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div >
|
||||
<label class="completed {{.Get "completed"}}">
|
||||
{{if eq (.Get "completed") "T"}}
|
||||
<input type="checkbox" disabled checked title="résolu le {{(time (.Get "completeddate")).Format "02/01/2006 à 15h04" }}" />
|
||||
{{else}}
|
||||
<input type="checkbox" disabled/>
|
||||
{{end}}
|
||||
</label>
|
||||
<label >{{.Inner}}</label>
|
||||
</div>
|
||||
Reference in New Issue
Block a user