Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Update Changelog.md, README.md, and package.json for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slunsford committed Jun 16, 2018
1 parent 8c95bba commit 388a147
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ Added file: `partials\navigation.hbs`

## 2.0.0 - Aug 5, 2017
- Ghost 1.0 compatibility
- **Breaks compatibility with older versions of Ghost** (Not all features will work as expected)
- **Breaks compatibility with older versions of Ghost** (Not all features will work as expected)

## 2.0.1 - Jun 17, 2018
- Hide horizontal rule above hidden footnotes section
- Add `.yt-wrapper` class to scale embedded YouTube videos to post width
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Move the `arabica` folder into `content/themes` in your Ghost installation. Rest
`index.hbs` and `tag.hbs` can be modified to show post excerpts instead of full posts. Change `"post-full"` to `"post-excerpt"`. The length of the excerpt can be modified in `partials/post-excerpt.hbs`. The default length is 30 words.

### YouTube Embeds
To embed a YouTube video that scales to fit the width of a post, put the embed code inside a `<div class="yt-wrapper">` and remove any hard-coded dimension attributes. For example:
To embed a YouTube video that scales to fit the width of a post, put the embed code inside a `.yt-wrapper` and remove any hard-coded dimension attributes. For example:

```
<div class="yt-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "arabica",
"description": "A smooth, minimal Ghost theme",
"homepage": "https://thedarkroast.com/arabica/",
"version": "2.0.0",
"version": "2.0.1",
"engines": {
"ghost": ">=1.0.0"
},
Expand Down

0 comments on commit 388a147

Please sign in to comment.