artemsheludko / fresh

Fresh is a free blog template for Jekyll
https://artemsheludko.github.io/fresh/
GNU General Public License v3.0
50 stars 90 forks source link

How can I change the img in other path #5

Open kiritokun07 opened 6 years ago

kiritokun07 commented 6 years ago

In each markdown,I can write img: xxx.jpg`` so that I can put the picture from path/assets/img/. However I want to use picture in other path like weibo or facebook. But if I use url directly,likehttp://xxx.xxx.xxx```,it will become /assets/img/http://xxx.xxx.xxx,so that the picture will not display in my website. Can you tell me how can I do in post.html?