| 1 | #+macro: abbr @@html:<abbr>$1</abbr>@@ |
| 2 | #+macro: span @@html:<span class="$1">$2</span>@@ |
| 3 | #+macro: kbd @@html:<kbd>$1</kbd>@@ |
| 4 | #+macro: h1title @@html:<header><h1>@@{{{title}}}@@html:</h1></header>@@ |
| 5 | #+macro: light @@html:<label class="light-off-button-inline" for="light-off"></label>@@ |
| 6 | #+macro: ccbysa @@html:<a rel="license" href="//creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International @@{{{ccbysa-img}}}@@html:</a>@@ |
| 7 | #+macro: ccbysa-img @@html:<img alt="Creative Commons Licence" style="border-width:0" src="//i.creativecommons.org/l/by-sa/4.0/80x15.png"/>@@ |
| 8 | #+macro: pub-desc @@html:<span class="pub-desc">@@$1@@html:</span>@@ |
| 9 | |
| 10 | #+html_head: <link rel="stylesheet" type="text/css" href="/style.css"/> |
| 11 | #+html_head: <script type="text/javascript" src="/global.js"></script> |