summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:05:27 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:05:27 -0500
commit4e1129f36187897e2154edbe4c68f5e0e0c21a5e (patch)
tree4ecd6909b4aeed9769a23dcae6dd0a2e9600fd64 /README.org
parent9436b60185b7ec661e2ee47186679339249f0aa6 (diff)
Add "class" metadata attribute; use it instead of separate CSS files.
Diffstat (limited to 'README.org')
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index d373438..1c6e10d 100644
--- a/README.org
+++ b/README.org
@@ -59,6 +59,7 @@ generator:
| pandoc_flags | "" | no | string ("--foo --bar") |
| pandoc_format | either "markdown" or "org" | no | string ("markdown+extnsn1+extnsns2") |
| html_head_extra | "" | Org-mode | string |
+| class | "" | no | string (CSS class to apply to ~<body>~) |
| tags | "" | LaTeX, kinda[fn:1] | string ("ES HB") or list (["ES", "HB"]) |
| published[fn:2] | most recent git commit for file | no | string (Ruby ~Date.parse()~) or date[fn:3] |
| updated[fn:2] | first git commit for file | no | string (Ruby ~Date.parse()~) or date[fn:3] |