You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

527 B

title description categories keywords params
Slug Returns the URL slug of the given page as defined in front matter. [] [] [{functions_and_methods [{returnType string} {signatures [PAGE.Slug]}]}]

{{< code-toggle file=content/recipes/spicy-tuna-hand-rolls.md fm=true >}} title = 'How to make spicy tuna hand rolls' slug = 'sushi' {{< /code-toggle >}}

This page will be served from:

https://example.org/recipes/sushi

To get the slug value within a template:

{{ .Slug }} → sushi