Skip to content

Commit cb37528

Browse files
committed
fix @path
1 parent ac71b45 commit cb37528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-archives/archive.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(site, title, type, posts)
4141

4242
# Use ".html" for file extension and url for path
4343
@ext = File.extname(relative_path)
44-
@path = site.in_dest_dir(relative_path)
44+
@path = relative_path
4545
@name = File.basename(relative_path, @ext)
4646

4747
@data = {

0 commit comments

Comments
 (0)