[Fix] Blog Post: Image path for front matter

@tungfa The images referenced in the top of a post need to go into
/assets/img/blog/. That way you don’t need to define the path in the
front matter.
This commit is contained in:
Perry Woodin 2016-12-16 09:10:18 -05:00
parent 8a923fd280
commit b365639f22
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
---
author: tungfa
layout: post
image: /assets/images/blog/Spectrocoin Amanda.png
image: Spectrocoin Amanda.png
title: Dash:Detailed Spectrocoin
description: Dash's First BitPay-Like Service Just Launched
---
https://youtu.be/hE9vH5TCN90
https://youtu.be/hE9vH5TCN90

View file

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Before After
Before After