1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-02 06:46:50 +02:00
muflax65ngodyewp.onion/layouts/title.erb

9 lines
220 B
Plaintext

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