diff --git a/public/app.mjs b/public/app.mjs index 71adbb1..e2d9ae1 100644 --- a/public/app.mjs +++ b/public/app.mjs @@ -382,8 +382,6 @@ function make_entry_row(entry, children_map) { fill_markdown(row.querySelector('.task-title'), entry.title); - const body_el = row.querySelector('.task-body'); - body_el.remove(); const tags_el = row.querySelector('.task-tags'); for (const tag of entry.tags) { diff --git a/public/templates.html b/public/templates.html index 4885a58..d6b7c65 100644 --- a/public/templates.html +++ b/public/templates.html @@ -10,7 +10,6 @@