LinuxBozo / jsonresume-theme-kendall

A theme for jsonresume
MIT License
57 stars 80 forks source link

fix pdf output by switching to absolute urls #8

Closed mchelen closed 8 years ago

mchelen commented 10 years ago

There is a bug with the PDF output where assets with protocol-independent URLS such as //cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css are not loaded https://github.com/jsonresume/resume-cli/issues/69 A workaround is to use the full URL.

For example, compare: http://registry.jsonresume.org/linuxbozo.pdf to: http://registry.jsonresume.org/linuxbozo.pdf?theme=kendall-fix