Restructure

This commit is contained in:
Ian Gulliver
2019-04-14 17:39:46 +00:00
parent de8cc95a70
commit 326fad3b98
3 changed files with 3 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ hr {
header { header {
text-align: center; text-align: center;
margin-bottom: 20px;
} }
footer { footer {

View File

@@ -1,11 +1,10 @@
<!--# set var="title" value="Reboot" --> <!--# set var="title" value="Index" -->
<!--# set var="date" value="April 14, 2019" -->
<!--# include file="include/top.html" --> <!--# include file="include/top.html" -->
<div class="index"> <div class="index">
<ol> <ol>
<li><a href="articles/2019-04-14-reboot.html">2019-Apr-14: Reboot</a></li> <li>2019-Apr-14: <a href="2019-04-14-reboot.html">Reboot</a></li>
</ol> </ol>
</div> </div>