File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88## [ Unreleased] -
99
1010### Fixed
11+ - Add ` relative_url ` filter to author profile image. [ #125 ] ( https://github.com/mmistakes/jekyll-theme-basically-basic/issues/125 )
1112- Fix rake vulnerability in ` .gemspec ` file.
1213
1314## [ 1.4.4] - 2019-08-20
Original file line number Diff line number Diff line change 1616 {% if site.data.authors and site.data.authors[author] %}
1717 {% assign author_picture = site.data.authors[author].picture %}
1818 {% endif %}
19- {% unless author_picture contains '://' %}{% assign author_picture = author_picture | relative_url %}{% endunless %}
2019 {% endif %}
20+ {% assign author_picture = author_picture | relative_url %}
2121
2222 {% if author.twitter %}
2323 {% assign author_twitter = author.twitter %}
2828 {% assign author_twitter = site.twitter_username %}
2929 {% endif %}
3030 {% endif %}
31- {% endif %}
31+ {% endif %}
You can’t perform that action at this time.
0 commit comments