Skip to content

fix(_config.yml): scope eip layout to ERCS/ path#1760

Open
0xAxiom wants to merge 2 commits into
ethereum:masterfrom
0xAxiom:fix/config-ercs-path-and-metadata
Open

fix(_config.yml): scope eip layout to ERCS/ path#1760
0xAxiom wants to merge 2 commits into
ethereum:masterfrom
0xAxiom:fix/config-ercs-path-and-metadata

Conversation

@0xAxiom
Copy link
Copy Markdown

@0xAxiom 0xAxiom commented May 22, 2026

Closes #1759.

Problem

The Jekyll defaults entry in _config.yml was scoped to path: "EIPS", which never matches because proposals in this repo live under ERCS/. Every ERC page therefore rendered with the bare Minima theme — no preamble table, no Authors/Created fields, no auto-generated Table of Contents.

The same proposals on the EIPs site render correctly because ethereum/EIPs has the matching path.

Fix

One character change: path: "EIPS"path: "ERCS". This makes the eip layout apply to all ERC pages as intended.

Before / After

Page Before After
ercs.ethereum.org/ERCS/erc-8004 bare Minima, no Authors/TOC full eip layout with preamble + TOC
ercs.ethereum.org/ERCS/erc-8257 bare Minima, no Authors/TOC full eip layout with preamble + TOC

Closes ethereum#1759. The Jekyll defaults entry was scoped to path "EIPS",
which never matched because proposals in this repo live under ERCS/.
Result: every ERC page rendered with the bare Minima theme — no
preamble table, no Authors field, no auto-generated Table of Contents.

Fix: change path to "ERCS" so the eip layout applies to all ERC pages.
@0xAxiom 0xAxiom requested a review from eip-review-bot as a code owner May 22, 2026 00:22
@eip-review-bot
Copy link
Copy Markdown
Collaborator

eip-review-bot commented May 22, 2026

File _config.yml

Requires 2 more reviewers from @g11tech, @jochem-brouwer, @lightclient, @samwilsn, @xinbenlv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ERC pages on ercs.ethereum.org missing header (Authors, etc.) and Table of Contents

2 participants