zola/src
Scott Stevenson fd0bcfabe6 Include path separator in log message (#1749)
This adds a path separator between the directory and filenames in the
message printed by `zola serve` to indicate it is listening for changes.

Before:

    Listening for changes in /path/to/dir{config.toml, content, sass, static, templates}

After:

    Listening for changes in /path/to/dir/{config.toml, content, sass, static, templates}
                                         ^
2022-02-14 11:08:40 +01:00
..
cmd Include path separator in log message (#1749) 2022-02-14 11:08:40 +01:00
cli.rs Update arg parsing to clap v3 (#1717) 2022-02-14 11:08:40 +01:00
console.rs Remove number of processed images from logs 2021-08-24 09:55:39 +02:00
main.rs Update arg parsing to clap v3 (#1717) 2022-02-14 11:08:40 +01:00
prompt.rs Shortcodes (#1640) 2021-11-19 20:31:42 +01:00