diff --git a/_config.yml b/_config.yml index 4c9a80d5..6287c5a1 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_includes/eiptable.html b/_includes/eiptable.html index db2bcfa4..ee746a40 100644 --- a/_includes/eiptable.html +++ b/_includes/eiptable.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 != "" %}