1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-03 11:00:42 +02:00
muflax65ngodyewp.onion/layouts/next-prev.erb

14 lines
315 B
Plaintext
Raw Normal View History

<div id="next-prev">
<p><span class="align_left">
<a class='next-prev' href='<%= @item.path %>'>
<%= @item[:title] %>
</a>
</span>
<span class="align_right">
<a class='next-prev' href='<%= @item.path %>'>
<%= @item[:title] %>
</a>
</span>
</p>
</div>