diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-04-01 23:44:50 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-04-02 19:00:58 +0800 |
commit | 4182874b764ea3d6ec6224e1b4d0f1b38ff78c05 (patch) | |
tree | 089b061146913b7b8afa36c56cc5c64cb1124cc7 /www/layouts/shortcodes/todo.html | |
parent | 6e266e43ddbd99cadc814190c54eb77890f42479 (diff) | |
download | crupest-4182874b764ea3d6ec6224e1b4d0f1b38ff78c05.tar.gz crupest-4182874b764ea3d6ec6224e1b4d0f1b38ff78c05.tar.bz2 crupest-4182874b764ea3d6ec6224e1b4d0f1b38ff78c05.zip |
feat(www): update.
Diffstat (limited to 'www/layouts/shortcodes/todo.html')
-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> + |