wip: delete post

This commit is contained in:
Swrup 2022-02-21 09:46:27 +01:00
parent 56b1152a81
commit bea916d3db
5 changed files with 63 additions and 1 deletions

View file

@ -5,6 +5,7 @@
babillard
babillard_page
catalog_page
delete_page
bindings
content
db
@ -42,6 +43,12 @@
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets delete_page.ml)
(deps delete_page.eml.html)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets template.ml)
(deps template.eml.html)