Show sidebar in archive pages

This commit is contained in:
Stefan Schlott 2013-08-25 14:55:26 +02:00
parent 70b59ef67a
commit 9e8d6344a1

View file

@ -17,7 +17,7 @@ def generate_yearly_archive(articles, date_attribute, basepath, title, templaten
end
@items << Nanoc::Item.new(
"<%= render '#{templatename}' #{linkprev} #{linknext} %>",
{ :title => "#{title} #{year}", :kind => "fullpage", :archiveitems => yearmap[year] },
{ :title => "#{title} #{year}", :kind => "page", :archiveitems => yearmap[year] },
"#{basepath}/#{year}/")
}
end