|
src="{{ site.baseurl }}/help/img/bbb_assets/ads_partial_logo_dark_background.svg" |
The following line is being interpreted literally in the rendered page, causing the logo on the API documentation page to break.
The path it is trying to reach is https://ui.adsabs.harvard.edu/help/api/%7B%7B%20site.baseurl%20%7D%7D/help/img/bbb_assets/transparent_logo.svg
instead of https://ui.adsabs.harvard.edu/help/img/bbb_assets/transparent_logo.svg
adsabs.github.io/help/api/api-docs.html
Line 77 in 761a0bd
The following line is being interpreted literally in the rendered page, causing the logo on the API documentation page to break.
The path it is trying to reach is
https://ui.adsabs.harvard.edu/help/api/%7B%7B%20site.baseurl%20%7D%7D/help/img/bbb_assets/transparent_logo.svginstead of
https://ui.adsabs.harvard.edu/help/img/bbb_assets/transparent_logo.svg