From 39c50640ea7d83d4ec1f770aff9b7347b2e482f5 Mon Sep 17 00:00:00 2001 From: Robert Marchman Date: Thu, 29 May 2014 00:29:23 -0400 Subject: [PATCH] pass 'rawPath' page path to plugins --- lib/generate/site/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/generate/site/index.js b/lib/generate/site/index.js index b59c01ccc..dcc48d78d 100644 --- a/lib/generate/site/index.js +++ b/lib/generate/site/index.js @@ -102,6 +102,7 @@ Generator.prototype.convertFile = function(content, _input) { var page = { path: _input, + rawPath: input, // path to raw md file content: content, progress: parse.progress(this.options.navigation, _input) };