-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Conversation
There was a problem hiding this 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?
_includes/head.html
Outdated
@@ -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 }}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<meta property="og:title" content="EIP {{ page.eip }}: {{ page.title | escape }}" /> | |
<meta property="og:title" content="EIP-{{ page.eip }}: {{ page.title | escape }}" /> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
* update html title to be EIP-N * update unfurlers to be EIP-N
* update html title to be EIP-N * update unfurlers to be EIP-N
Title before:
EIP 1: EIP Purpose and Guidelines
Title after:
EIP-1: EIP Purpose and Guidelines
Reflects the style guide in EIP-1: