diff options
Diffstat (limited to 'www/layouts/shortcodes/todo.html')
-rw-r--r-- | www/layouts/shortcodes/todo.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/layouts/shortcodes/todo.html b/www/layouts/shortcodes/todo.html deleted file mode 100644 index b4fc680..0000000 --- a/www/layouts/shortcodes/todo.html +++ /dev/null @@ -1,5 +0,0 @@ -<section class="todo {{ .Get "state" }}"> - <h3>{{ .Get "name" }}</h3> - {{ .Inner }} -</section> - |