Remove donate.html
This commit is contained in:
parent
2cc44e3c6c
commit
101822a9e7
|
@ -6,9 +6,8 @@ module Template = Yocaml_jingoo
|
|||
let css_target target = "css" |> into target
|
||||
let images_target target = "images" |> into target
|
||||
let index_html target = "index.html" |> into target
|
||||
let about_us_html target = "about_us.html" |> into target
|
||||
let our_work_html target = "our_work.html" |> into target
|
||||
let donate_html target = "donate.html" |> into target
|
||||
let about_html target = "about.html" |> into target
|
||||
let contact_html target = "contact.html" |> into target
|
||||
|
||||
let move_css target =
|
||||
process_files
|
||||
|
|
Loading…
Reference in a new issue