mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Standardise on "URLs" without apostrophe in docs (#6018)
Merge pull request 6018
This commit is contained in:
@@ -22,7 +22,7 @@ Some other notable changes:
|
||||
- Explicit support for Ruby 2.0.x was dropped
|
||||
- Added an `:after_init` Hook
|
||||
- Added a `where_exp` filter to provide more powerful filtering
|
||||
- Added a `link` liquid tag which can be used to generate URL's for any
|
||||
- Added a `link` liquid tag which can be used to generate URLs for any
|
||||
post or document based on its path relative to the site source
|
||||
- ... and lots more!
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ By default, `baseurl` is set to `""` and therefore yields (never set to
|
||||
|
||||
A result of `relative_url` will safely always produce a URL which is
|
||||
relative to the domain root. A similar principle applies to `absolute_url`.
|
||||
It prepends your `baseurl` and `url` values, making absolute URL's all the
|
||||
It prepends your `baseurl` and `url` values, making absolute URLs all the
|
||||
easier to make:
|
||||
|
||||
{% highlight liquid %}
|
||||
|
||||
Reference in New Issue
Block a user