1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-14 08:46:50 +02:00
muflax65ngodyewp.onion/layouts/title.erb
muflax 6706ea2e73 more transitioning
* use smaller images
* rss fixed
* categories fixed and improved
* basic blog layout
* minor fixes
2012-04-18 02:08:04 +02:00

9 lines
245 B
Plaintext

<!-- page title -->
<% if @item[:title] %>
<div id="title"><h1 class="title">
<a class="title" href="<%= @link ? @link : "/" %>">
<%= @item[:is_category] ? "Category Index" : @item[:title] %>
</a>
</h1></div>
<% end %>