From b44cf939e60eebcacaafc09d7ed44e26ba29eda1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 12 Apr 2013 23:43:25 +0200 Subject: [PATCH] Add note in docs about page.path. #951. --- site/_posts/2012-07-01-variables.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-variables.md b/site/_posts/2012-07-01-variables.md index c722a10e..767041a1 100644 --- a/site/_posts/2012-07-01-variables.md +++ b/site/_posts/2012-07-01-variables.md @@ -205,7 +205,17 @@ following is a reference of the available data.

The list of tags to which this post belongs. These can be specified in - the YAML Front Matter + the YAML Front Matter. + +

+ + +

page.path

+

+ + The path to the raw post or page. Example usage: Linking back to the + page or post's source on GitHub. This can be overridden in the + YAML Front Matter.