Skip to content

Commit

Permalink
Remove fancy formatting in metadata (#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Jul 21, 2020
1 parent 54a1080 commit c02d3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/eip.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class="page-heading">
{
"@context": "http://schema.org",
"@type": "Article",
"author": "{% include authorlist.html authors=page.author %}",
"author": "{{ page.author }}",
"name": "EIP-{{ page.eip | xml_escape }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Last Call" %} [DRAFT]{% endif %}",
"dateCreated": "{{ page.created | date: "%Y-%m-%d" }}",
{% if page["discussions-to"] != undefined %}
Expand Down

0 comments on commit c02d3dc

Please sign in to comment.