diff options
Diffstat (limited to 'srv/src/http/tpl')
-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> |