From f836022ad9557507d4afd4fa2cbe455ef97bb3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Sat, 3 Jun 2023 21:28:02 +0530 Subject: [PATCH] add wg outputs to w3c page --- _layouts/standards.html | 69 ++++++++++++----------------------------- 1 file changed, 19 insertions(+), 50 deletions(-) diff --git a/_layouts/standards.html b/_layouts/standards.html index 07f72006..ed0c9ed7 100644 --- a/_layouts/standards.html +++ b/_layouts/standards.html @@ -4,7 +4,22 @@ layout: single {% for item in page.headings %} {%assign mark=''%} {%assign marktwo=''%} + {%assign markthree=''%} {% assign content = site.data.standards %} + + {% if item == "W3C ID History" and markthree != 1%} + {%assign wgs = "Decentralized Identifiers,Verifiable Credentials,JSON-LD,WebAuthN" | split: ','%} + {% assign markthree=1%} +

Working Groups

+ {% for wg in wgs %} +

{{wg}} Working Group

+ {% for row in content %} + {% if row.main contains wg and row.section contains "Working Group"%} + {% include entry_single.html %} + {% endif %} + {% endfor %} + {% endfor %} + {%endif%} {% for row in content %} {% unless item contains ";" %} {% if row.section == item and row.main == page.name and mark != 1 %}{%assign mark = 1%}

{{item}}

{{head.last}}

{% endfor %}