From e76057178e99cccab0fef8779780b805a5d302c7 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Thu, 13 Apr 2017 21:49:50 -0400 Subject: [PATCH] =?UTF-8?q?catch=20the=20=C3=A9=20in=20cafe=20when=20slugi?= =?UTF-8?q?fying?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index c2996b4..999ef73 100644 --- a/index.html +++ b/index.html @@ -132,6 +132,7 @@ function slugify(str) { return str .toLowerCase() + .replace(/é/g,'e') .replace(/&/g,' and ') .replace(/ /g,'-') .replace(/[']+/g,'')