The-Navigators-Blog/source/layout/_leftcol.html.erb

21 lines
629 B
Plaintext

<td width="20%" valign="top" bgcolor="#007C85">
<hr/>
<h4>Around ~Town</h4>
<a href="https://tilde.town/~jumblesale/fp.html">Friday Postcard</a><br>
<a href="https://tilde.tel/">TildeTel</a><br>
<a href="https://tilde.news/">TildeNews</a><br>
<a href="https://tilde.chat/">TildeChat</a><br>
<a href="https://tilde.town/~netscape_navigator/search.html">Desolation Search</a>
<br/>
<hr/>
<h2>Recent Articles</h2>
<ol>
<% blog.articles[0...10].each do |article| %>
<li><%= link_to article.title, article %> <span><%= article.date.strftime('%b %e') %></span></li>
<% end %>
</ol>
<br/>
<hr/>
</td>