aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-19 16:22:00 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-19 16:22:00 -0300
commit386f06e161cd8399db6bb715a486ccf788f71d9d (patch)
tree82f1e255fb9abffc31b2c43bb17351b1c2c5675b /README.md
parent908a2f275b7bcc0bbbca189467b87bbfaca001f6 (diff)
downloadblogc-386f06e161cd8399db6bb715a486ccf788f71d9d.tar.gz
blogc-386f06e161cd8399db6bb715a486ccf788f71d9d.tar.bz2
blogc-386f06e161cd8399db6bb715a486ccf788f71d9d.zip
fixed design notes wrt sorting of multiple sources
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b846f8..642f01a 100644
--- a/README.md
+++ b/README.md
@@ -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.