jglovier / resume-template

:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
http://resume-template.joelglovier.com
MIT License
1.85k stars 1.75k forks source link

resume header contact info? #62

Closed frankiezeager closed 6 years ago

frankiezeager commented 6 years ago

My resume header contact info (phone number, address, etc) doesn't show up in the resume after assigning it in _config.yml, and it also doesn't appear to be in the template example either. Any way to get it to display?

jglovier commented 6 years ago

@frankiezeager you're right! Good catch.

It was added in #42 to improve schema data, but never actually put into the template as rendered output anywhere. 🙈

I'll open a PR to resolve that.

jglovier commented 6 years ago

@frankiezeager so I just realized you can accomplish what you're after by removing the print-only class from the header-contact-info element in _layouts/resume.html.

However, I've also opened #63 to make this a bit simpler so with that update you'd be able to simply change the display_header_contact_info value in _config.yml to true to display the info on the page.

Thanks for the feedback!