You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* layout for redirecting via meta refresh
using page.redirect_to front matter variable
* implement current redirects using new layout
to implement a new redirect, create a .md file in root
with a front-matter declaration like:
---
layout: redirect
permalink: /<shortcut here>/
redirect: <redirect url here>
---
0 commit comments