Move main pages to their own subdirectories for cleaner urls

This commit is contained in:
Doug Torrance
2018-05-11 09:06:48 -04:00
parent 9ed6b40c68
commit baa7101a77
8 changed files with 7 additions and 7 deletions

View File

@@ -5,32 +5,32 @@
</tr> </tr>
<tr> <tr>
<td><a href="{{ site.baseurl }}/news.html"><img src= <td><a href="{{ site.baseurl }}/news"><img src=
"{{ site.baseurl }}/news.png" alt="News" width="60" height="81"></a></td> "{{ site.baseurl }}/news.png" alt="News" width="60" height="81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="{{ site.baseurl }}/docs.html"><img src= <td><a href="{{ site.baseurl }}/docs"><img src=
"{{ site.baseurl }}/docs.png" alt="Documentation" width="60" height="81"></a></td> "{{ site.baseurl }}/docs.png" alt="Documentation" width="60" height="81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="{{ site.baseurl }}/lists.html"><img src="{{ site.baseurl }}/mailing_list.png" alt="Mailing Lists" width="60" height= <td><a href="{{ site.baseurl }}/lists"><img src="{{ site.baseurl }}/mailing_list.png" alt="Mailing Lists" width="60" height=
"81"></a></td> "81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="{{ site.baseurl }}/dev.html"><img src="{{ site.baseurl }}/development.png" alt="Development" width="60" height= <td><a href="{{ site.baseurl }}/dev"><img src="{{ site.baseurl }}/development.png" alt="Development" width="60" height=
"81"></a></td> "81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="{{ site.baseurl }}/themes.html"><img src="{{ site.baseurl }}/themes.png" alt="Themes" width="60" height= <td><a href="{{ site.baseurl }}/themes"><img src="{{ site.baseurl }}/themes.png" alt="Themes" width="60" height=
"81"></a></td> "81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="{{ site.baseurl }}/links.html"><img src="{{ site.baseurl }}/links.png" alt="Links" width="60" height= <td><a href="{{ site.baseurl }}/links"><img src="{{ site.baseurl }}/links.png" alt="Links" width="60" height=
"81"></a></td> "81"></a></td>
</tr> </tr>
</table> </table>

View File

@@ -4,7 +4,7 @@
<title>Window Maker: {{ page.title }}</title> <title>Window Maker: {{ page.title }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link href="title.css" rel="stylesheet" type="text/css" /> <link href="{{ site.baseurl }}/title.css" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>