@mojombo asked us to use Releases on GitHub. Link to it in our release notes.
This commit is contained in:
parent
05e843c34b
commit
e5b2b9b4cd
|
@ -17,11 +17,11 @@ Jekyll v1.1.0! This latest release of Jekyll brings some really exciting new add
|
||||||
- Provide better error reporting when generating sites ([#1253][])
|
- Provide better error reporting when generating sites ([#1253][])
|
||||||
- Latest posts first in non-LSI `related_posts` ([#1271][])
|
- Latest posts first in non-LSI `related_posts` ([#1271][])
|
||||||
|
|
||||||
See the [History][] page for more a more detailed changelog for this release.
|
See the [GitHub Release][] page for more a more detailed changelog for this release.
|
||||||
|
|
||||||
{% assign issue_numbers = "1046|1204|1302|1198|1171|1118|1098|1215|1253|1271" | split: "|" %}
|
{% assign issue_numbers = "1046|1204|1302|1198|1171|1118|1098|1215|1253|1271" | split: "|" %}
|
||||||
{% for issue in issue_numbers %}
|
{% for issue in issue_numbers %}
|
||||||
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
|
[#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
[History]: /docs/history/#110__20130714
|
[History]: https://github.com/mojombo/jekyll/releases/tag/v1.1.0
|
||||||
|
|
Loading…
Reference in New Issue