From 3e91f85825f1197de7fd2ad25f2b3d929891c1f7 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Wed, 21 Mar 2018 12:59:50 +0000 Subject: [PATCH] Add info table to top of EIPs --- _layouts/eip.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _layouts/eip.html diff --git a/_layouts/eip.html b/_layouts/eip.html new file mode 100644 index 00000000..8e29fdcf --- /dev/null +++ b/_layouts/eip.html @@ -0,0 +1,19 @@ +--- +layout: default +--- + +
+

EIP {{ page.eip | xml_escape }}: {{ page.title | xml_escape }}

+ + + + + + + + +
Author{{ page.author | xml_escape }}
Status{{ page.status | xml_escape }}
Type{{ page.type | xml_escape }}
Layer{{ page.layer | xml_escape }}
Category{{ page.category | xml_escape }}
Created{{ page.created | xml_escape }}
+ + {{ content }} + +