1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-15 08:56:50 +02:00
muflax65ngodyewp.onion/layouts/list-item.erb
muflax 1b781a23f6 transition complete
* word count
* categories in nav-bar
* next / prev item
* robots.txt (including sitemap)
* many minor tweaks
2012-04-18 23:06:03 +02:00

16 lines
349 B
Plaintext

<li>
<span class='align_left'>
<a href="<%= @item.identifier %>">
<%= @item[:title]%>
</a>
</span>
<% if @episteme %>
<span class='align_right'>
<%= "(#{episteme_cat @item[:episteme]}) (<span class='techne_#{@item[:techne]}'>#{@item[:date]}</span>)" %>
</span>
<% end %>
<div style='clear: both'></div>
</li>