Skip to content
/ online-cv Public template
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 6.1k
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certifications title changing to Publications #507

Open
Jananimpg opened this issue Feb 17, 2025 · 2 comments
Open

Certifications title changing to Publications #507

Jananimpg opened this issue Feb 17, 2025 · 2 comments

Comments

@Jananimpg
Copy link

I was trying to create a web resume using this theme and when I entered all my certifications, it is showing under the Publications title even though the YAML file its showing in the correct location.

Also when I try to hide the sections that I don't need using # , it is still showing up.

Image
@sharu725
Copy link
Owner

This type of commenting might be causing it.

#publications:
  title: Publications
  intro: >
    You can list your publications in this section. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum et ligula in nunc bibendum fringilla a eu lectus.
  papers:
  - title: The Art of Computer Programming
    link: "#"
    authors: Donald E. Knuth
    conference: Addison-Wesley, 1968

Please do it this way or remove it all together

# publications:
#  title: Publications
#  intro: >
#    You can list your publications in this section. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum et ligula in nunc bibendum fringilla a eu lectus.
#  papers:
#  - title: The Art of Computer Programming
#    link: "#"
#    authors: Donald E. Knuth
#    conference: Addison-Wesley, 1968

@Jananimpg
Copy link
Author

Thanks. That worked 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants