diff --git a/site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown b/site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown index fbcd42ed..0304b2c6 100644 --- a/site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown +++ b/site/_posts/2013-05-08-jekyll-1-dot-0-dot-1-released.markdown @@ -6,8 +6,6 @@ author: parkr categories: [release, jekyll] --- -_(Take a look at the [History][] page in the docs for more detailed information.)_ - Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights: * Add newer `language-` class name prefix to code blocks ([#1037][]) @@ -18,6 +16,8 @@ Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights: * Don't print deprecation warning when no arguments are specified. ([#1041][]) * Add missing `` to site template used by `new` subcommand, fixed typos in code ([#1032][]) +_(Take a look at the [History][] page in the docs for more detailed information.)_ + {% assign issue_numbers = "1037|1040|1048|1053|1045|1041|1032" | split: "|" %} {% for issue in issue_numbers %} [#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }} diff --git a/site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown b/site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown index 30814444..d5b0083a 100644 --- a/site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown +++ b/site/_posts/2013-05-12-jekyll-1-dot-0-dot-2-released.markdown @@ -6,8 +6,6 @@ author: parkr categories: [release, jekyll] --- -_(Take a look at the [History][] page in the docs for more detailed information.)_ - v1.0.2 has some key bugfixes that optionally restore some behaviour from pre-1.0 releases, and fix some other annoying bugs: @@ -19,6 +17,8 @@ releases, and fix some other annoying bugs: * Add a `data-lang=""` attribute to Redcarpet code blocks ([#1066][]) * Catching that Redcarpet gem isn't installed ([#1059][]) +_(Take a look at the [History][] page in the docs for more detailed information.)_ + {% assign issue_numbers = "1059|1061|1066|1067|1078|1081|1084" | split: "|" %} {% for issue in issue_numbers %} [#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }} diff --git a/site/_posts/2013-06-07-jekyll-1-dot-0-dot-3-released.markdown b/site/_posts/2013-06-07-jekyll-1-dot-0-dot-3-released.markdown index 785bf6a1..8f921519 100644 --- a/site/_posts/2013-06-07-jekyll-1-dot-0-dot-3-released.markdown +++ b/site/_posts/2013-06-07-jekyll-1-dot-0-dot-3-released.markdown @@ -6,8 +6,6 @@ author: parkr categories: [release, jekyll] --- -_(Take a look at the [History][] page in the docs for more detailed information.)_ - v1.0.3 contains some key enhancements and bug fixes: - Fail with non-zero exit code when MaRuKu errors ([#1190][]) or Liquid errors ([#1121][]) @@ -16,6 +14,8 @@ v1.0.3 contains some key enhancements and bug fixes: - Fix compatibility with `exclude` and `include` with pre-1.0 Jekyll ([#1114][]) - Fix pagination issue regarding `File.basename` and `page:num` ([#1063][]) +_(Take a look at the [History][] page in the docs for more detailed information.)_ + {% assign issue_numbers = "1190|1121|1189|1115|1114|1063" | split: "|" %} {% for issue in issue_numbers %} [#{{ issue }}]: https://github.com/mojombo/jekyll/issues/{{ issue }}