Variable: slug
A slug is the string that identifies your content. It usually sits at the end of the URL.
<h1>{{ title }}</h1>
{{ slug }}
<h1>My Thoughts on Bacon</h1>
my-thoughts-on-bacon
A slug is the string that identifies your content. It usually sits at the end of the URL.
<h1>{{ title }}</h1>
{{ slug }}
<h1>My Thoughts on Bacon</h1>
my-thoughts-on-bacon