Show sidebar in archive pages
This commit is contained in:
parent
70b59ef67a
commit
9e8d6344a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue