1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-28 10:26:50 +02:00
muflax65ngodyewp.onion/layouts/default.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

13 lines
204 B
Plaintext

<%= render 'header' %>
<!-- turn on navbar if toc -->
<% render 'main',
:navbar => @item[:toc],
:toc => @item[:toc],
:breadcrumbs => true do %>
<%= yield %>
<% end %>
<%= render 'footer' %>