diff --git a/_includes/head.html b/_includes/head.html index 7d23b3eafbd7bd..c05f8c4f561f2f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,12 +3,13 @@ {% if page.layout == "eip" %} + {% assign eip = page.url | split: "eip-" | last | xml_escape %} {% if page.category == "ERC" %} -
Author | {% include authorlist.html authors=page.author %} |
---|---|
Discussions-To | {{ page["discussions-to"] | xml_escape }} |
Status | {{ page.status | xml_escape }} - {% if page.last-call-deadline != undefined %} - |
Last Call Deadline | {{ page.last-call-deadline | xml_escape }} |
Type | {{ page.type | xml_escape }} |
Category | {{ page.category | xml_escape }} |
Created | {{ page.created | xml_escape }} |
Updated | {{ page.updated | xml_escape }} |
Requires | {% include eipnums.html eips=page.requires %} |
Withdrawal reason | {{ page["withdrawal-reason"] | xml_escape }} |
Authors | +{% include authorlist.html authors=page.author %} | +
---|---|
Created | +{{ page.created }} | +
Last Call Deadline | +{{ page.last-call-deadline }} | +
Discussion Link | +{{ page.discussions-to | xml_escape }} | +
Requires | +{% include eipnums.html eips=page.requires %} | +
{% include authorlist.html authors=page.author %}, "EIP-{{ page.eip | xml_escape }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Last Call" %} [DRAFT]{% endif %}," Ethereum Improvement Proposals, no. {{ page.eip | xml_escape }}, {{ page.created | date: "%B %Y" }}. [Online serial]. Available: https://eips.ethereum.org/EIPS/eip-{{ page.eip | xml_escape }}.
+{% include authorlist.html authors=page.author %}, "{% if page.category == "ERC" %}ERC{% else %}EIP{% endif %}-{{ eip }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Stagnant" or page.status == "Withdrawn" or page.status == "Review" or page.status == "Last Call" %} [DRAFT]{% endif %}," Ethereum Improvement Proposals, no. {{ page.eip | xml_escape }}, {{ page.created | date: "%B %Y" }}. [Online serial]. Available: https://eips.ethereum.org/EIPS/eip-{{ page.eip | xml_escape }}.
EIP #{{ eip.eip }} - {{eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
+{{ eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
{% if eip.discussions-to %}The author has requested that discussions happen at the following URL: {{ eip.discussions-to }}
{% endif %} diff --git a/rss/erc.xml b/rss/erc.xml index 48f58f598c8dfd..153567a5e3be56 100644 --- a/rss/erc.xml +++ b/rss/erc.xml @@ -13,7 +13,7 @@ layout: null {% for eip in eips %} {% if eip.category == "ERC" %} {% capture description %} -EIP #{{ eip.eip }} - {{eip.title }} is in the {{ eip.category }} category of type {{ eip.type }} and was just updated.
+{{ eip.title }} is in the {{ eip.category }} category of type {{ eip.type }} and was just updated.
{% if eip.discussions-to %}The author has requested that discussions happen at the following URL: {{ eip.discussions-to }}
{% endif %} diff --git a/rss/last-call.xml b/rss/last-call.xml index da06188ca24741..c669c36616c3d6 100644 --- a/rss/last-call.xml +++ b/rss/last-call.xml @@ -13,7 +13,7 @@ layout: null {% for eip in eips %} {% if eip.status == "Last Call" %} {% capture description %} -EIP #{{ eip.eip }} - {{eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
+{{ eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
{% if eip.discussions-to %}The author has requested that discussions happen at the following URL: {{ eip.discussions-to }}
{% endif %} diff --git a/rss/nonerc-last-call.xml b/rss/nonerc-last-call.xml index 17f09393674463..f48b87c283f96f 100644 --- a/rss/nonerc-last-call.xml +++ b/rss/nonerc-last-call.xml @@ -14,7 +14,7 @@ layout: null {% unless eip.category == "ERC" %} {% if eip.status == "Last Call" %} {% capture description %} -EIP #{{ eip.eip }} - {{eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
+{{ eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
{% if eip.discussions-to %}The author has requested that discussions happen at the following URL: {{ eip.discussions-to }}
{% endif %} diff --git a/rss/nonerc.xml b/rss/nonerc.xml index 327e47827ae964..c62c3041ae5177 100644 --- a/rss/nonerc.xml +++ b/rss/nonerc.xml @@ -14,7 +14,7 @@ layout: null {% unless eip.category == "ERC" %} {% if eip.status == "Last Call" %} {% capture description %} -EIP #{{ eip.eip }} - {{eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
+{{ eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
{% if eip.discussions-to %}The author has requested that discussions happen at the following URL: {{ eip.discussions-to }}
{% endif %}