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.
380 B
380 B
+++ title = "Slug Front-matter" slug = "this-is-how-i-want-to-name-this-link" tags = ["front-matter", "slug"] draft = false +++
By default, a page's slug is the name of the content file (sans
extension). So in this case, it would have been
slug-front-matter. But that slug is overridden using the specified
slug in the front-matter: this-is-how-i-want-to-name-this-link.