Skip to content

Commit d38a91d

Browse files
committed
Add redirect to BBL code
1 parent ca66c8f commit d38a91d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/bbl/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Redirect"
3+
layout: redirect
4+
target: "https://github.com/neural-processing-lab/the-brains-bitter-lesson"
5+
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting...</title>
6+
<meta http-equiv="refresh" content="0; URL={{ .Params.target }}">
7+
<link rel="canonical" href="{{ .Params.target }}">
8+
</head>
9+
<body>
10+
<p>Redirecting to <a href="{{ .Params.target }}">{{ .Params.target }}</a>...</p>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)