script updates

main
Stephen Kerr 1 year ago
parent f9f7aa8779
commit 4a1acfc760

File diff suppressed because it is too large Load Diff

@ -8,28 +8,29 @@
<link rel="stylesheet" type="text/css" href="print_style.css">
</head>
<body>
<section class="section" id="start-matter"></section>
{{ content[0] }}
</section>
<section class="toc">
<h2>Contents</h2>
<ul>
{% for title in titles %}
<li class="toc-title"><a href="#{{ title }}">{{ title }}</a></li>
{% endfor %}
</ul>
</section>
<div id="contenteo"></div>
{% for section in content %}
{% if loop.index > 1 %}
<section class="section" id="{{ titles[loop.index] }}">
<h1>{{ titles[loop.index] }}</h1>
<div id="contenteo">
<section class="section" id="start-matter"></section>
{{ content[0] }}
</section>
<section class="toc">
<h2>Contents</h2>
<ul>
{% for title in titles %}
<li class="toc-title"><a href="#{{ title }}">{{ title }}</a></li>
{% endfor %}
</ul>
</section>
{% for section in content %}
{% if loop.index > 1 %}
<section class="header-page" id="{{ titles[loop.index] }}">
<h1>{{ titles[loop.index - 1] }}</h1>
</section>
<section class="section" id="{{ titles[loop.index] }}">
<section class="section">
{{ section }}
</section>
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
</div>
</div>
</body>
</html>

@ -19,7 +19,8 @@ wheel-doc
wheel-manual
oracle
fiction_friction
worry_dolls
worry-dolls
bibliography
license
colophon
colophon
colophon2
Loading…
Cancel
Save