You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
foo.jpg appears above the nav bar (from default.html template) as well as under the H1
Actual Result
foo.jpg appears above the nav bar (from default.html template) but shows as a broken image under the H1. screenshot. The image tag is rendered as <img src="/assets/themes//foo.jpg">, missing the theme directory.
I can reproduce this issue on includes/themes/[any theme]/page.html and includes/themes/[any theme]/post.html.
If I manually set asset_path in _config.yml, it behaves as expected.