Skip to content
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

Improvement: Get the page title dynamically for Markdown pages and remove the hard dependency on Front Matter #22

Closed
caendesilva opened this issue Mar 26, 2022 · 0 comments · Fixed by #24
Assignees

Comments

@caendesilva
Copy link
Member

It's quite annoying that Markdown pages require Front Matter, especially since we currently don't even utilize it fully.

Instead, let's try getting it more dynamically. If there is no front matter, we search in the file for a H1 tag or title tag we can use. Otherwise we set it to false.

@caendesilva caendesilva self-assigned this Mar 26, 2022
@caendesilva caendesilva linked a pull request Mar 26, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant