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

How do I reference keywords in taxonomies within Markdown? #2444

Open
kcrazy opened this issue Feb 28, 2024 · 1 comment
Open

How do I reference keywords in taxonomies within Markdown? #2444

kcrazy opened this issue Feb 28, 2024 · 1 comment

Comments

@kcrazy
Copy link

kcrazy commented Feb 28, 2024

I want to link my blog content to a specific page in taxonomies, for example.

myblog.md

+++
title = "Shape of water"
date = 2019-08-15 # date of the post, not the movie
[taxonomies]
genres=["Thriller","Drama"]
+++

[Thriller](How do I link to the 'Thriller' page of the genres taxonoms?)

Thank you!

@Keats
Copy link
Collaborator

Keats commented Feb 29, 2024

You cannot refer to the front-matter in the document right now, you would have to write the url manually

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

No branches or pull requests

2 participants