Fix redirect for ZIP 2001

`_config.yml` is deleted as it did not work, indicating that Jinja is
not being used at all for the ZIPs repo rendering.
This commit is contained in:
Jack Grigg 2024-08-01 17:37:32 +00:00
parent 6f1a2ea160
commit 732b3adab5
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +0,0 @@
theme: jekyll-theme-tactile
url: "https://zips.z.cash"
markdown: GFM
gems:
- jekyll-redirect-from

View File

@ -1,3 +1,10 @@
---
redirect_to: "https://zips.z.cash/zip-2001"
---
<!DOCTYPE html>
<html>
<head>
<title>ZIP 2001: Lockbox Funding Streams (redirect)</title>
<meta http-equiv="refresh" content="0; zip-2001">
</head>
<body>
<p>This draft was assigned <a href="zip-2001">ZIP number 2001</a>.</p>
</body>
</html>