Skip to content

the default author image not shown #52

@liudonghua123

Description

@liudonghua123

When I use this excellent theme, I found the author image on the foot did not shown, and I checked the css styles and found "background: no-repeat url("img/author.jpg") left top;", then I went through the code and found this line background no-repeat url(root+author-img) left top in file source/css/_partial/footer.styl, it seems the value of root is ""(empty), so I added a root: / configuration item in _config.yml and it worked as the styles changed to "background: no-repeat url("/img/author.jpg") left top;". Is it a bug or I missed some configuration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions