diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-18 10:59:07 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-18 10:59:07 -0600 |
commit | 56530a8a66937194fb4e99af95bcea6bb0281f66 (patch) | |
tree | 9546829e36ac35a0daaed33d2f0ffc73fa85f4ad /srv/src/api/tpl/redirect.html | |
parent | 69de76cb32cfd638672d4d5846d0659bf102316f (diff) |
Implement asset deletion and fix redirect logic
Diffstat (limited to 'srv/src/api/tpl/redirect.html')
-rw-r--r-- | srv/src/api/tpl/redirect.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/srv/src/api/tpl/redirect.html b/srv/src/api/tpl/redirect.html new file mode 100644 index 0000000..ed12a2e --- /dev/null +++ b/srv/src/api/tpl/redirect.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="refresh" content="0; url='{{ BlogURL .Payload.Path }}'" /> + </head> + <body> + <p>Redirecting...</p> + </body> +</html> |