diff options
author | clarkzjw <[email protected]> | 2023-02-28 21:54:53 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-28 22:34:04 -0800 |
commit | e0a69eb031316ae145f1c40319bceb8ec520ad44 (patch) | |
tree | 6f436581b4c29b61ba4d82e09a7eecdc4f73fb24 /_layouts/redirect.html | |
parent | 6a77e4e0494e14fdbe1cb7847d2880132714d568 (diff) | |
download | photo-e0a69eb031316ae145f1c40319bceb8ec520ad44.tar.gz |
init project structure
Diffstat (limited to '_layouts/redirect.html')
-rw-r--r-- | _layouts/redirect.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html new file mode 100644 index 0000000..3e2238f --- /dev/null +++ b/_layouts/redirect.html | |||
@@ -0,0 +1 @@ | |||
<meta http-equiv="refresh" content="0; url={{ page.redirect_to }}"> | |||