Correct links in sidebar

This commit is contained in:
Netscape Navigator 2019-11-16 14:44:24 -06:00
parent 0961bcedcb
commit e700a54f69
3 changed files with 18 additions and 13 deletions

View File

@ -12,8 +12,9 @@
<table border="0">
<tr>
<td width="140">
<a href="https://tilde.town/~netscape_navigator">
<% link_to 'https://tilde.town/~netscape_navigator' do %>
<%= image_tag "img/logo.gif" %>
<% end %>
</a>
</td>
<td>
@ -21,7 +22,7 @@
</td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#8BE4E9" nowrap>
<td valign="top" bgcolor="#8BE4E9">
<%= partial "layout/sidebar" %>
</td>
<td>

View File

@ -1,4 +1,4 @@
<font color="#008080" size="7">
<font color="#008080" size="7" face="comic sans">
The Helm
</font>
<p>

View File

@ -1,12 +1,16 @@
<u>LINKS</u>
<center><u><b>.:: LINKS ::.</b></u></center>
<ul>
<li>
Foo
</li>
<li>
Bar
</li>
<li>
Baz
</li>
<li><%= link_to "Friday Postcard", "https://tilde.town/~jumblesale/fp.html" %></li>
<li><%= link_to "TildeTel", "https://tilde.tel/" %></li>
<li><%= link_to "TildeNews", "https://tilde.news/" %></li>
<li><%= link_to "TildeChat", "https://tilde.chat/" %></li>
<li><%= link_to "D E S O L A T I O N", "https://tilde.town/~netscape_navigator/search.html" %></li>
</ul>
<center><u><b>.:: ARTICLES ::.</b></u></center>
<ul>
<% blog.articles[0...5].each do |article| %>
<li> <%= link_to article.title, article %> </li>
<% end %>
</ul>