Skip to content

Commit 8d8498a

Browse files
authored
Merge pull request #134 from jmloyola/rename-image
Fix gbdt image path in post
2 parents 08fc4cd + 232969e commit 8d8498a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2019-06-01-nick-gradient-boosting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
tags:
77
- Gradient boosting
88

9-
featured-image: gdbt.png
9+
featured-image: gbdt.png
1010

1111
postauthors:
1212
- name: Nicolas Hug
@@ -15,7 +15,7 @@ postauthors:
1515
usemathjax: true
1616
---
1717
<div>
18-
<img src="/blog/assets/images/posts_images/{{ page.featured-image }}" alt="">
18+
<img src="/assets/images/posts_images/{{ page.featured-image }}" alt="">
1919
{% include postauthor.html %}
2020
</div>
2121

0 commit comments

Comments
 (0)