jedfoster / SassMeister

The Sass playground
http://sassmeister.com
199 stars 25 forks source link

Include a canonical URL for gists, and redirect to namespaced URL #120

Closed jedfoster closed 8 years ago

jedfoster commented 10 years ago

Need to add a link to gist pages with the namespaced, canonical URL.

Given a URL of http://sassmeister.com/gist/15fd2e5b5e359fd7dba5 The response should include: <link rel="canonical" href="http://sassmeister.com/gist/jedfoster/15fd2e5b5e359fd7dba5" />

/gist/15fd2e5b5e359fd7dba5 should also 301 redirect to /gist/jedfoster/15fd2e5b5e359fd7dba5 if possible.