A slug is the string that identifies your content. It usually sits at the end of the URL.
<h1>{{ title }}</h1>{{ slug }}
<h1>{{ $title }}</h1>{{ $slug }}
<h1>My Thoughts on Bacon</h1>my-thoughts-on-bacon
slug
A slug is the string that identifies your content. It usually sits at the end of the URL.
<h1>{{ title }}</h1>{{ slug }}
<h1>{{ $title }}</h1>{{ $slug }}
<h1>My Thoughts on Bacon</h1>my-thoughts-on-bacon
Submit improvements, related content, or suggestions through Github.
Betterify this page →