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