Replies: 1 comment 13 replies
-
If you use metadata, then the shortcode makes those available: ---
key: value
format: html
---
This is the value of `key`: {{< meta key >}}. ![]() |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to construct some links to, for example, milestones in my github repo and not repeat the repo's URL all over the place... something like:
[the next milestone]({{< variable-for-repo-url >}}/milestone/1)
but I can't see from the doc about variables what's available.
Beta Was this translation helpful? Give feedback.
All reactions