MeiK2333 / github-style

https://themes.gohugo.io/themes/github-style
MIT License
533 stars 173 forks source link

请问如何在文内添加图片 #115

Open itcuihao opened 2 years ago

itcuihao commented 2 years ago

本来的博客图片是

<p align='center'>
    <img src='../../images/20190105162604.jpg'>
</p>

现更换主题后,图片失效了,不知道该主题,该如何使用图片路径呢?

MeiK2333 commented 2 years ago
<div style="text-align:center">
    <img src="/images/img.jpg" />
</div>

类似这样,可以使用绝对路径来指定图片