diff options
Diffstat (limited to 'lib/output/website.js')
-rw-r--r-- | lib/output/website.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/website.js b/lib/output/website.js index e25240c..1ec0548 100644 --- a/lib/output/website.js +++ b/lib/output/website.js @@ -78,7 +78,7 @@ WebsiteOutput.prototype.prepare = function() { // Transform a '.md' into a '.html' (README -> index) that.env.addFilter('contentURL', function(s) { - return that.outputPath(s); + return that.onRelativeLink(null, s); }); }); }; |