Skip to content

Commit 8df3c4f

Browse files
committed
- Made post links on news page use absolute_url.
- Updated CHANGELOG and humans.txt
1 parent 0df0a18 commit 8df3c4f

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#github: justinhartman
1+
github: justinhartman
22
custom: https://paypal.me/22digital

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
Below is a detailed Changelog, along with specific tasks completed, for each
44
version released to date for the Jekyll Heroku Starter Kit.
55

6+
## 🚀 Version 2.0.1 (09/07/2020)
7+
8+
- [👍 #enhancement](#enhancement)
9+
- Post links in `news.html` now use `absolute_url` so they aren't relative.
10+
- Updated `humans.md`.
11+
- Changed URLs in documentation.
12+
- Updated documentation with build log and other info.
13+
- [🐛 #bugfix](#bugfix)
14+
- Fixed issue #2 where Heroku server crashed on build.
15+
616
## 🚀 Version 2.0.0 (08/07/2020)
717

818
This release migrates the boilerplate template from Jekyll 3.8 to version 4.1.

_layouts/news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2 class="mdl-card__title-text">{{ post.title }}</h2>
5353
</div>
5454
<div class="mdl-card__supporting-text">{{ post.description | strip_html }}</div>
5555
<div class="mdl-card__actions mdl-card--border">
56-
<a href="{{ post.url }}" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
56+
<a href="{{ post.url | absolute_url }}" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
5757
Read More
5858
</a>
5959
<div class="mdl-layout-spacer"></div>

_pages/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ sitemap:
3434
Below is a detailed Changelog, along with specific tasks completed, for each
3535
version released to date for the Jekyll Heroku Starter Kit.
3636

37+
## 🚀 Version 2.0.1 (09/07/2020)
38+
39+
- [👍 #enhancement](#enhancement)
40+
- Post links in `news.html` now use `absolute_url` so they aren't relative.
41+
- Updated `humans.md`.
42+
- Changed URLs in documentation.
43+
- Updated documentation with build log and other info.
44+
- [🐛 #bugfix](#bugfix)
45+
- Fixed issue #2 where Heroku server crashed on build.
46+
3747
### 🚀 Version 2.0.0 (08/07/2020)
3848

3949
This release migrates the boilerplate template from Jekyll 3.8 to version 4.1.

humans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ sitemap:
3535
Language: English
3636
Doctype: HTML5
3737
Theme: MaterialDocs @chromatical/jekyll-materialdocs
38-
IDE: Sublime Text 3, iTerm2, Chrome, GitFox.
38+
IDE: Sublime Text 3, Sketch, iTerm2, Chrome, GitFox.

0 commit comments

Comments
 (0)