I have a blog post titled something like “This is my title/headline”. This was being built into /blog/2013/12/12/this-is-my-title/headline/
. It seems the forward slash is being interpreted as another directory instead of being converted to a dash. No problem, i figured i’d just set the slug and force the URL to be what i want. However, slug appears to be doing nothing. Am i missing something?
/content/blog/this-is-my-title-headline.md
---
title: "This is my title/headline"
slug: "this-is-my-title-headline"
date: 2013-12-12
---