Skip to content

Commit fdc22de

Browse files
committed
Archives plural.
1 parent 9850f2b commit fdc22de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_plugins/news_archive.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(site,base,lang,year,month,posts)
3838
@month = month
3939
@dir = File.join(@dir,@year.to_s,"%.2d" % @month)
4040

41-
data['title'] = "#{MONTHS[@month]} #{@year} Archive"
41+
data['title'] = "#{MONTHS[@month]} #{@year} Archives"
4242
data['year'] = year
4343
end
4444

@@ -52,7 +52,7 @@ def initialize(site,base,lang,year,posts)
5252
@year = year
5353
@dir = File.join(@dir,@year.to_s)
5454

55-
data['title'] = "#{@year} Archive"
55+
data['title'] = "#{@year} Archives"
5656

5757
months = posts.map { |post| post.date.month }.uniq
5858

0 commit comments

Comments
 (0)