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 | b2d2e2870660ae64358e7effcad1bb7e0c5dc998 (patch) | |
tree | 8e3eb0fb6c56cb81522701b8256777a098298212 /www/layouts/shortcodes/todo.html | |
parent | a985d6bb3ee26db6444702c3c0c8bff53ba46824 (diff) | |
download | crupest-b2d2e2870660ae64358e7effcad1bb7e0c5dc998.tar.gz crupest-b2d2e2870660ae64358e7effcad1bb7e0c5dc998.tar.bz2 crupest-b2d2e2870660ae64358e7effcad1bb7e0c5dc998.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> + |