summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-05-21 11:34:03 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-05-21 11:34:03 -0600
commit01424c7dab5fe42a9f00e3c9bb285924e42136fc (patch)
treeffca7063daab3b71a65171d080d9abc93bd27128 /srv/src/http/tpl
parente269b111a18c8822b0c16f1567548bc598b25997 (diff)
Standardize URL generation across the blog
Diffstat (limited to 'srv/src/http/tpl')
-rw-r--r--srv/src/http/tpl/redirect.html2
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>