File tree 2 files changed +5
-13
lines changed
2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ compile '/stylesheet/' do
15
15
end
16
16
17
17
compile '*' do
18
- filter :erb
18
+ filter :kramdown
19
19
layout 'default'
20
20
end
21
21
Original file line number Diff line number Diff line change 10
10
< div id ="main ">
11
11
< %= yield %>
12
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
- < ul >
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
- </ ul >
13
+ < div id ="list ">
14
+ < % @items.each do |item| %>
15
+ < a href ="<%= item.path %> "> < %= item[:title] || 'Untitled' %> </ a >
16
+ < % end %>
25
17
</ div >
26
18
</ body >
27
19
</ html >
You can’t perform that action at this time.
0 commit comments