diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 16:22:00 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 16:22:00 -0300 |
commit | 386f06e161cd8399db6bb715a486ccf788f71d9d (patch) | |
tree | 82f1e255fb9abffc31b2c43bb17351b1c2c5675b | |
parent | 908a2f275b7bcc0bbbca189467b87bbfaca001f6 (diff) | |
download | blogc-386f06e161cd8399db6bb715a486ccf788f71d9d.tar.gz blogc-386f06e161cd8399db6bb715a486ccf788f71d9d.tar.bz2 blogc-386f06e161cd8399db6bb715a486ccf788f71d9d.zip |
fixed design notes wrt sorting of multiple sources
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ test content. more test content. ``` -If more than one source file is provided, and they have the ``DATE`` variable required by the compiler, it will be used to sort the source files, if needed. Otherwise, the file name will be used to sort the source files. +If more than one source file is provided, they won't be sorted, and will be used by ``multiple_sources`` blocks in the order that they were provided in the command line. The ``DATE`` variable is an ISO-8601 date-time, with seconds, and always in UTC. If you want to show the date of your posts in your blog, you can use the ``DATE`` variable, but it won't be nicely formated, it will always be an ISO-8601 date-time. |