Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/starter-kit' into v9
Browse files Browse the repository at this point in the history
# Conflicts:
#	#jekyll-theme-hydejack
#	Gemfile.lock
  • Loading branch information
qwtel committed Mar 30, 2021
2 parents d855e09 + 095cb5f commit 937518e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ sitemap: false
* this list will be replaced by the toc
{:toc .large-only}

## v9.1.4
Mar 30 2021
{:.heading.post-date}

* Fixed scroll position restoration in webkit.
* Fixed an issue that caused clap button to use canonical url incorrectly.

## v9.1.3
Mar 28 2021
{:.heading.post-date}
Expand Down
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ author:
social:
email: mail@qwtel.com
rss: {{ site.url }}{{ site.baseurl }}/feed.xml # make sure you provide an absolute URL
download: https://github.com/hydecorp/hydejack/archive/v9.1.3.zip
download: https://github.com/hydecorp/hydejack/archive/v9.1.4.zip
~~~


Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can now also [![Deploy to Netlify][dtn]][nfy]{:.no-mark-external} directly.
{:.note}

[hsc]: https://github.com/hydecorp/hydejack-starter-kit
[src]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.1.3.zip
[src]: https://github.com/hydecorp/hydejack-starter-kit/archive/v9.1.4.zip
[nfy]: https://app.netlify.com/start/deploy?repository=https://github.com/hydecorp/hydejack-starter-kit
[dtn]: https://www.netlify.com/img/deploy/button.svg

Expand Down Expand Up @@ -93,7 +93,7 @@ For existing sites, you can instead set the `remote_theme` key as follows:

```yml
# file: `_config.yml`
remote_theme: hydecorp/hydejack@v9.1.3
remote_theme: hydecorp/hydejack@v9.1.4
```
Make sure the `plugins` list contains `jekyll-include-cache` (create if it doesn't exist):
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ and you have to apply them again. Make sure you've made a backup before overwrit
When building on GitHub Pages, upgrading Hydejack is as simple as setting the `remote_theme` key in `_config.yml` to the desired version.

```yml
remote_theme: hydecorp/hydejack@v9.1.3
remote_theme: hydecorp/hydejack@v9.1.4
```
To use the latest version on the `v9` branch on each build, you can use `hydecorp/hydejack@v9`.
Expand Down

0 comments on commit 937518e

Please sign in to comment.