diff --git a/_includes/header.html b/_includes/header.html index 2afd73fb539985..eb7be7be3c011a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,3 +1,17 @@ + + + + {%- assign default_paths = site.pages | map: "path" -%} diff --git a/_includes/rssnotice.xml b/_includes/rssnotice.xml new file mode 100644 index 00000000000000..52605ebcfe9402 --- /dev/null +++ b/_includes/rssnotice.xml @@ -0,0 +1,11 @@ + + EIP/ERC Website Migration + News + https://ethereum-magicians.org/t/eip-erc-website-migration-jekyll-zola/27375 + + We are planning to migrate the EIP & ERC websites to a new rendering system in early <time datetime="2026-02">February 2026</time>. Please read our <a href="https://github.com/eips-wg/preprocessor/blob/master/MIGRATION.md">migration guide</a> for more details. Leave any questions/comments on the <a href="https://ethereum-magicians.org/t/eip-erc-website-migration-jekyll-zola/27375">discussion thread</a>. + + Fri, 02 Jan 2026 14:48:00 -0500 + https://github.com/eips-wg/preprocessor/blob/master/MIGRATION.md + https://github.com/eips-wg/preprocessor/blob/master/MIGRATION.md + diff --git a/rss/all.xml b/rss/all.xml index b5be0a9442f3b6..23cfb1bda3fa11 100644 --- a/rss/all.xml +++ b/rss/all.xml @@ -10,6 +10,9 @@ layout: null {{ site.time | date_to_rfc822 }} {% assign eips = site.pages | sort: 'eip' %} + + {% include rssnotice.xml %} + {% for eip in eips %} {{ eip.title | xml_escape }} diff --git a/rss/erc-last-call.xml b/rss/erc-last-call.xml index 5ba15cf2f0fbba..196b3336045a61 100644 --- a/rss/erc-last-call.xml +++ b/rss/erc-last-call.xml @@ -10,6 +10,7 @@ layout: null {{ site.time | date_to_rfc822 }} {% assign eips = site.pages | sort: 'eip' %} + {% include rssnotice.xml %} {% for eip in eips %} {% if eip.category == "ERC" %} {% if eip.status == "Last Call" %} diff --git a/rss/erc.xml b/rss/erc.xml index 48f58f598c8dfd..e5ea1ff89822dc 100644 --- a/rss/erc.xml +++ b/rss/erc.xml @@ -10,6 +10,7 @@ layout: null {{ site.time | date_to_rfc822 }} {% assign eips = site.pages | sort: 'eip' %} + {% include rssnotice.xml %} {% for eip in eips %} {% if eip.category == "ERC" %} {% capture description %} diff --git a/rss/last-call.xml b/rss/last-call.xml index da06188ca24741..9497be65c23cac 100644 --- a/rss/last-call.xml +++ b/rss/last-call.xml @@ -10,6 +10,7 @@ layout: null {{ site.time | date_to_rfc822 }} {% assign eips = site.pages | sort: 'eip' %} + {% include rssnotice.xml %} {% for eip in eips %} {% if eip.status == "Last Call" %} {% capture description %} diff --git a/rss/nonerc-last-call.xml b/rss/nonerc-last-call.xml index 17f09393674463..52d1accfb723f0 100644 --- a/rss/nonerc-last-call.xml +++ b/rss/nonerc-last-call.xml @@ -10,6 +10,7 @@ layout: null {{ site.time | date_to_rfc822 }} {% assign eips = site.pages | sort: 'eip' %} + {% include rssnotice.xml %} {% for eip in eips %} {% unless eip.category == "ERC" %} {% if eip.status == "Last Call" %} diff --git a/rss/nonerc.xml b/rss/nonerc.xml index 327e47827ae964..0d0a2238904dc2 100644 --- a/rss/nonerc.xml +++ b/rss/nonerc.xml @@ -10,6 +10,7 @@ layout: null {{ site.time | date_to_rfc822 }} {% assign eips = site.pages | sort: 'eip' %} + {% include rssnotice.xml %} {% for eip in eips %} {% unless eip.category == "ERC" %} {% if eip.status == "Last Call" %}