Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update html title to be EIP-N #2923

Merged
merged 2 commits into from
Aug 29, 2020

Conversation

lightclient
Copy link
Member

Title before: EIP 1: EIP Purpose and Guidelines
Title after: EIP-1: EIP Purpose and Guidelines

Reflects the style guide in EIP-1:

When referring to an EIP by number, it should be written in the hyphenated form EIP-X where X is the EIP’s assigned number.

Copy link
Member

@axic axic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any other place which was missed? Template, readme, the frontpage of eips.ethereum.org?

@@ -3,7 +3,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{% if page.layout == "eip" %}
<title>EIP {{ page.eip }}: {{ page.title | escape }}</title>
<title>EIP-{{ page.eip }}: {{ page.title | escape }}</title>
<meta property="og:title" content="EIP {{ page.eip }}: {{ page.title | escape }}" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<meta property="og:title" content="EIP {{ page.eip }}: {{ page.title | escape }}" />
<meta property="og:title" content="EIP-{{ page.eip }}: {{ page.title | escape }}" />

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And more instances of this to be found in the metadata below.

Copy link
Member Author

@lightclient lightclient Aug 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be updated now, thanks for pointing those out.

@MicahZoltu MicahZoltu merged commit 0c3a44e into ethereum:master Aug 29, 2020
tkstanczak pushed a commit to tkstanczak/EIPs that referenced this pull request Nov 7, 2020
* update html title to be EIP-N

* update unfurlers to be EIP-N
Arachnid pushed a commit to Arachnid/EIPs that referenced this pull request Mar 6, 2021
* update html title to be EIP-N

* update unfurlers to be EIP-N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants