From d971fb5d3bd1dc0fe7d34901784fd020db041457 Mon Sep 17 00:00:00 2001 From: Pooja Ranjan <29681685+poojaranjan@users.noreply.github.com> Date: Tue, 7 Apr 2026 14:53:30 -0400 Subject: [PATCH] Website: Remove `Online Serial` from "Citation". (#11268) Update eip.html Remove `Online Serial` --- _layouts/eip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/eip.html b/_layouts/eip.html index c52c990dac5ce6..5592c3be01342c 100644 --- a/_layouts/eip.html +++ b/_layouts/eip.html @@ -135,7 +135,7 @@

Citation

IEEE specification for reference formatting: https://ieee-dataport.org/sites/default/files/analysis/27/IEEE%20Citation%20Guidelines.pdf {% endcomment %} -

{% include authorlist.html authors=page.author %}, "{{ doc_title }}," 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 %}, "{{ doc_title }}," Ethereum Improvement Proposals, no. {{ page.eip | xml_escape }}, {{ page.created | date: "%B %Y" }}. Available: https://eips.ethereum.org/EIPS/eip-{{ page.eip | xml_escape }}.

{% comment %} Article schema specification: