We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd2fa5 commit 4d4ff21Copy full SHA for 4d4ff21
layouts/default.html
@@ -10,18 +10,10 @@
10
<div id="main">
11
<%= yield %>
12
</div>
13
- <div id="sidebar">
14
- <h2>Documentation</h2>
15
- <ul>
16
- <li><a href="http://nanoc.stoneship.org/docs/">Documentation</a></li>
17
- <li><a href="http://nanoc.stoneship.org/docs/3-getting-started/">Getting Started</a></li>
18
- </ul>
19
- <h2>Community</h2>
20
21
- <li><a href="http://groups.google.com/group/nanoc/">Discussion Group</a></li>
22
- <li><a href="irc://chat.freenode.net/#nanoc">IRC Channel</a></li>
23
- <li><a href="http://projects.stoneship.org/trac/nanoc/">Wiki</a></li>
24
+ <div id="list">
+ <% @items.each do |item| %>
+ <a href="<%= item.path %>"><%= item[:title] || 'Untitled' %></a>
+ <% end %>
25
26
</body>
27
</html>
0 commit comments