# Add the title and start of the table for the TOC
cat >> index.html <<EOF
<h1>$title</h1>
<p id="arise-toc">
<table id="arise-toc-table">
<tr class="arise-toc-tr">
<th class="arise-toc-th">Date</th>
<th class="arise-toc-th">Title</th>
<th class="arise-toc-th">Description</th>
</tr>
EOF
clear_metadata
# Make each entry into an individual table row. For now we're storing these in a temp file so that we can sort if after we're done generating all the entries in the TOC.