Files
Apaxy/apaxy/theme/footer.html
Viktor Szépe c85a55b4fe valid HTML 4
`<script type="text/javascript">`
2014-12-01 11:41:40 +01:00

14 lines
503 B
HTML

<div class="block">
You can add your own HTML above or below the directory listing. Simply explore the <code>header.html</code> and <code>footer.html</code> files.
</div><!--/.postlisting-->
</div><!--/.wrapper-->
<div class="footer">
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
</div><!--/.footer-->
<script type="text/javascript">
// grab the 2nd child and add the parent class. tr:nth-child(2)
document.getElementsByTagName('tr')[1].className = 'parent';
</script>