We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac71b45 commit cb37528Copy full SHA for cb37528
lib/jekyll-archives/archive.rb
@@ -41,7 +41,7 @@ def initialize(site, title, type, posts)
41
42
# Use ".html" for file extension and url for path
43
@ext = File.extname(relative_path)
44
- @path = site.in_dest_dir(relative_path)
+ @path = relative_path
45
@name = File.basename(relative_path, @ext)
46
47
@data = {
0 commit comments