Skip to content

Commit

Permalink
Added links to EIP pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Mar 20, 2018
1 parent 937d80b commit 01feced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{{status}}</h1>
</thead>
{% for page in site.pages %}
{% if page.Status == status %}
<tr><td>{{page.EIP}}</td><td>{{page.Title}}</td><td>{{page.Author}}</td><td>{{page.Layer}}</td></tr>
<tr><td><a href="{{page.url|relative_url}}">{{page.EIP}}</a></td><td>{{page.Title}}</td><td>{{page.Author}}</td><td>{{page.Layer}}</td></tr>
{% endif %}
{% endfor %}
</table>
Expand Down

0 comments on commit 01feced

Please sign in to comment.