mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
Move main pages to their own subdirectories for cleaner urls
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user