mirror of https://github.com/status-im/EIPs.git
Add 'all' page
This commit is contained in:
parent
3c19c59e85
commit
d6c6b341c7
|
@ -22,6 +22,7 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|||
twitter_username: ethereum
|
||||
github_username: ethereum
|
||||
header_pages:
|
||||
- all.html
|
||||
- core.html
|
||||
- networking.html
|
||||
- interface.html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% assign bystatus = include.eips|sort:"eip"|group_by:"status" %}
|
||||
{% for group in bystatus %}
|
||||
{% if group.name != undefined %}
|
||||
{% if group.name != "" %}
|
||||
<h2>{{group.name}}</h2>
|
||||
<table>
|
||||
<thead>
|
||||
|
|
Loading…
Reference in New Issue