I'm creating my own theme right now - is there any documentation on what formatting options I have? Like, can I get the absolute URL of a post? What Date formatting options do I have?
thanks! Will have a closer look
For formatting options check out the selmer docs
All post/page data can be accessed like so https://github.com/cryogen-project/cryogen/blob/master/src/leiningen/new/cryogen/themes/blue/html/post.html#L19
To see what's available inside of the maps you can turn on the debug?
flag