www.duckland.org/themes/planetoid/templates/post.tmpl
2015-06-09 22:50:31 -05:00

9 lines
212 B
Cheetah

## -*- coding: utf-8 -*-
<html>
<head>
<meta http-equiv="Refresh" content="0;url=${post.meta('link')}">
</head>
<body>
Redirecting you to <a href="${post.meta('link')}">the original location.</a>
</body>
</html>