From cc5faeb6d0ae4f80c6618597ba44f81c550a0b8b Mon Sep 17 00:00:00 2001 From: Srijan Sanadhya <72201438+srijansan@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:00:06 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaccb5c..66e2bd6 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ For example a html file: Use `` to define YAML metadata for the page, it can be referred from the page or the templates. -If your website is not directly under a domain, it's difficult to reference pages from a template. +If your website is not directly under a domain, it is difficult to reference pages from a template. Static Website Builder provides a useful `{{ref: path}}` directive, as well as `{{js: path}}`, they will be replaced with the actual path (relative to current page) in the build process. For example, `{{ref: a.html}}` will be replaced as `a.html` in `b.html`, but `../a.html` in `folder/b.html`.