RaspberryPiFoundation / lesson_format

Lesson formatter
18 stars 28 forks source link

Add redirect_from frontmatter handler #104

Closed andylolz closed 8 months ago

andylolz commented 9 years ago

See CodeClub/webdev-curriculum#17. Permalinks are far from permanent on the projects websites currently. We should add a redirect_from directive, that works exactly like the jekyll one (i.e. adds a page with a meta refresh redirect).

We should do #83 first, otherwise we’re going to have meta-refresh pages everywhere.