Back to Hugo

Slug

docs/content/en/methods/page/Slug.md

0.161.1313 B
Original Source

{{< 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:

go-html-template
{{ .Slug }} → sushi