htmlgen able to convert heading in index.org to html.
This commit is contained in:
parent
8e716c51ba
commit
1fedbb4f61
|
@ -53,7 +53,13 @@ if page.licenses:
|
||||||
less functional.
|
less functional.
|
||||||
-->
|
-->
|
||||||
<script type='text/javascript' src='/static/aesthetics.js'></script>
|
<script type='text/javascript' src='/static/aesthetics.js'></script>
|
||||||
|
<!--
|
||||||
|
The following JavaScript file contains misc. code snippets designed to add
|
||||||
|
extra features to a website. Not loading it will not make this website stop
|
||||||
|
working.
|
||||||
|
-->
|
||||||
<script type='text/javascript' src='/static/extra.js'></script>
|
<script type='text/javascript' src='/static/extra.js'></script>
|
||||||
|
<!--@eval page.head@-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a id='minilogo' href='/'></a>
|
<a id='minilogo' href='/'></a>
|
||||||
|
|
|
@ -143,3 +143,4 @@ Inline HTML: <@html <strong>strong text</strong>@>. Smiley: '_~
|
||||||
40. [&40]Going to 40
|
40. [&40]Going to 40
|
||||||
41. 2+2=4
|
41. 2+2=4
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue