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

Feature: Add title and meta tags for markdown pages #215

Closed
1 of 2 tasks
markostanimirovic opened this issue Jan 16, 2023 · 0 comments · Fixed by #236
Closed
1 of 2 tasks

Feature: Add title and meta tags for markdown pages #215

markostanimirovic opened this issue Jan 16, 2023 · 0 comments · Fixed by #236
Assignees
Labels
accepting PRs enhancement New feature or request

Comments

@markostanimirovic
Copy link
Member

markostanimirovic commented Jan 16, 2023

Which scope/s are relevant/related to the feature request?

router

Information

With this feature, we'll be able to add title and meta tags for markdown pages as follows:

routes/about.md

---
title: About
meta:
  - name: description
    content: About Page
  - name: author
    content: Marko
---

# About

About Page Body

Describe any alternatives/workarounds you're currently using

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting PRs enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants