mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
Move images to img subdirectory
This commit is contained in:
@@ -1,36 +1,36 @@
|
||||
<div id="dock">
|
||||
<table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/homewmaker.png" alt="Home" width="60" height="81"></a></td>
|
||||
<td><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/img/homewmaker.png" alt="Home" width="60" height="81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="{{ site.baseurl }}/news"><img src=
|
||||
"{{ site.baseurl }}/news.png" alt="News" width="60" height="81"></a></td>
|
||||
"{{ site.baseurl }}/img/news.png" alt="News" width="60" height="81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="{{ site.baseurl }}/docs"><img src=
|
||||
"{{ site.baseurl }}/docs.png" alt="Documentation" width="60" height="81"></a></td>
|
||||
"{{ site.baseurl }}/img/docs.png" alt="Documentation" width="60" height="81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="{{ site.baseurl }}/lists"><img src="{{ site.baseurl }}/mailing_list.png" alt="Mailing Lists" width="60" height=
|
||||
<td><a href="{{ site.baseurl }}/lists"><img src="{{ site.baseurl }}/img/mailing_list.png" alt="Mailing Lists" width="60" height=
|
||||
"81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="{{ site.baseurl }}/dev"><img src="{{ site.baseurl }}/development.png" alt="Development" width="60" height=
|
||||
<td><a href="{{ site.baseurl }}/dev"><img src="{{ site.baseurl }}/img/development.png" alt="Development" width="60" height=
|
||||
"81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="{{ site.baseurl }}/themes"><img src="{{ site.baseurl }}/themes.png" alt="Themes" width="60" height=
|
||||
<td><a href="{{ site.baseurl }}/themes"><img src="{{ site.baseurl }}/img/themes.png" alt="Themes" width="60" height=
|
||||
"81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="{{ site.baseurl }}/links"><img src="{{ site.baseurl }}/links.png" alt="Links" width="60" height=
|
||||
<td><a href="{{ site.baseurl }}/links"><img src="{{ site.baseurl }}/img/links.png" alt="Links" width="60" height=
|
||||
"81"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/header.png" style="min-width:700px" width="95%" alt="title bar"></a>
|
||||
<a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/img/header.png" style="min-width:700px" width="95%" alt="title bar"></a>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
|
||||
Reference in New Issue
Block a user