diff options
Diffstat (limited to 'www/layouts/shortcodes/todo.html')
-rw-r--r-- | www/layouts/shortcodes/todo.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/layouts/shortcodes/todo.html b/www/layouts/shortcodes/todo.html new file mode 100644 index 0000000..1327b31 --- /dev/null +++ b/www/layouts/shortcodes/todo.html @@ -0,0 +1 @@ +<span class="todo {{ .Get "state" }}">{{ .Get "name" }}</span>
\ No newline at end of file |