diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-09-24 11:13:42 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | d43281245f1732941228d79663c8e8d3280a972c (patch) | |
tree | 0d0c814b11130e87768791a793204cc3588d8941 /org/default_paths.org | |
parent | flag --show-summary (diff) |
document headers & config: yaml introduced
- as toml alternative
- both toml & yaml (meta, conf, make) work
Diffstat (limited to 'org/default_paths.org')
-rw-r--r-- | org/default_paths.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/default_paths.org b/org/default_paths.org index 197c934..e4c6c8a 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -457,10 +457,10 @@ template ConfigFilePaths() { E _env, ) { struct ConfFilePaths { - string config_filename_document_toml() { + string config_filename_document() { return "dr_document_make"; } - string config_filename_site_toml() { + string config_filename_site() { return "config_local_site"; } auto possible_config_path_locations() { |