diff --git a/site/_posts/2012-07-01-variables.md b/site/_posts/2012-07-01-variables.md index b04c14f5..01091474 100644 --- a/site/_posts/2012-07-01-variables.md +++ b/site/_posts/2012-07-01-variables.md @@ -68,7 +68,7 @@ Jekyll traverses your site looking for files to process. Any files with [YAML Fr
site.[CONFIGURATION_DATA]
All variables set in your _config.yml
are available through the site
variable. For example, if you have url: http://mysite.com
in your configuration file, then in your posts and pages it can be accessed using {{ "{{ site.url " }}}}
. Jekyll does not parse changes to _config.yml
in auto
mode, you have to restart Jekyll to see changes to variables.
All variables set in your _config.yml
are available through the site
variable. For example, if you have url: http://mysite.com
in your configuration file, then in your posts and pages it can be accessed using {{ "{{ site.url " }}}}
. Jekyll does not parse changes to _config.yml
in watch
mode, you have to restart Jekyll to see changes to variables.