1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/layouts/next-prev.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

14 lines
315 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>