From c36a759de9ba09462774c1d47eb3dee519b3fcb9 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 20 Feb 2014 22:08:02 +0100 Subject: [PATCH] Add whitespace --- site/docs/github-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/github-pages.md b/site/docs/github-pages.md index d5036c53..c73046eb 100644 --- a/site/docs/github-pages.md +++ b/site/docs/github-pages.md @@ -65,7 +65,7 @@ whilst maintaining the ability to preview your Jekyll site locally. 1. In `_config.yml`, set the `baseurl` option to `/project-name` -- note the leading slash and the **absence** of a trailing slash. 2. When referencing JS or CSS files, do it like this: - `{% raw %}{{ site.baseurl}}/path/to/css.css{% endraw %}` -- note the slash + `{% raw %}{{ site.baseurl }}/path/to/css.css{% endraw %}` -- note the slash immediately following the variable (just before "path"). 3. When doing permalinks or internal links, do it like this: `{% raw %}{{ site.baseurl }}{{ post.url }}{% endraw %}` -- note that there