celogeek bcfd342026
remove last page from toc
this is already include in kindle
2023-04-08 11:28:25 +02:00

17 lines
416 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>{{ .Title }}</title>
<meta charset="utf-8"/>
</head>
<body>
<nav epub:type="toc" id="toc">
<h1>Table of content</h1>
<ol>
<li><a href="Text/part.xhtml">{{ .Title }}</a></li>
{{ .TOC }}
</ol>
</nav>
</body>
</html>