archive
/
social-landing
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
social-landing/layouts/_default/single.html

11 lines
280 B
HTML

<html>
<head>
<title>{{ .Params.account_url }}</title>
<link rel="canonical" href="{{ .Params.account_url }}">
<meta http-equiv="refresh" content="0; url={{ .Params.account_url }}">
</head>
<body>
<p>Redirecting to {{ .Params.account_url }}...</p>
</body>
</html>