Reorganize assets

This commit is contained in:
jultty 2024-05-20 12:31:08 -03:00
commit 069356937b
11 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env utop
let args = "--css ../assets/style.css --standalone " ^
let args = "--css ../assets/css/style.css --standalone " ^
"--from markdown+yaml_metadata_block " ^ "--to html5 " ^
"--highlight-style zenburn " ^ "--template=template.html "