Open 0xpurecha0s opened 4 years ago
When using asset images the article/post overlap with footer content. Like this. and this.
Steps to reproduce.
hexo new page pagename
pagename
_posts
{% asset_img imagename.jpg title %}
Fix -
images
source
When using asset images the article/post overlap with footer content. Like this. and this.
Steps to reproduce.
hexo new page pagename
pagename
will be created in_posts
. Download a sample image to use in the post.{% asset_img imagename.jpg title %}
Fix -
images
insource
and store your images there.