diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 11:34:03 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 11:34:03 -0600 |
commit | 01424c7dab5fe42a9f00e3c9bb285924e42136fc (patch) | |
tree | ffca7063daab3b71a65171d080d9abc93bd27128 /srv/src/http/tpl/redirect.html | |
parent | e269b111a18c8822b0c16f1567548bc598b25997 (diff) |
Standardize URL generation across the blog
Diffstat (limited to 'srv/src/http/tpl/redirect.html')
-rw-r--r-- | srv/src/http/tpl/redirect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/src/http/tpl/redirect.html b/srv/src/http/tpl/redirect.html index ed12a2e..a50b324 100644 --- a/srv/src/http/tpl/redirect.html +++ b/srv/src/http/tpl/redirect.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta http-equiv="refresh" content="0; url='{{ BlogURL .Payload.Path }}'" /> + <meta http-equiv="refresh" content="0; url='{{ .Payload.URL }}'" /> </head> <body> <p>Redirecting...</p> |